tail run.sh.log instead of the stack.sh.log
This commit is contained in:
parent
cf145b77e4
commit
d1b1cdb04c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue