Merge "labs: fix wbatch autostart_reset"
This commit is contained in:
commit
9f9b691bc8
@ -160,7 +160,8 @@ function wait_for_autofiles {
|
|||||||
|
|
||||||
${WBATCH:-:} wbatch_wait_auto
|
${WBATCH:-:} wbatch_wait_auto
|
||||||
# Remove autostart files and return if we are just faking it for wbatch
|
# Remove autostart files and return if we are just faking it for wbatch
|
||||||
${OSBASH:+:} autostart_reset && return 0
|
${OSBASH:+:} autostart_reset
|
||||||
|
${OSBASH:+:} return 0
|
||||||
|
|
||||||
until $DONE ; do
|
until $DONE ; do
|
||||||
if [ -f "$STATUS_DIR/done" ]; then
|
if [ -f "$STATUS_DIR/done" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user