tail run.sh.log instead of the stack.sh.log

This commit is contained in:
Anthony Young 2011-10-13 15:25:38 -07:00
parent cf145b77e4
commit d1b1cdb04c

View File

@ -255,4 +255,4 @@ while [ ! -e "$ROOTFS/$DEST/run.sh.log" ]; do
sleep 1
done
tail -F $ROOTFS/$DEST/devstack/stack.sh.*.log
tail -F $ROOTFS/$DEST/run.sh.log