Skip to content

Commit 7c745c9

Browse files
committed
feat(shell): update start.sh
1. update start logic
1 parent 1dc0c28 commit 7c745c9

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

start.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,6 @@ if [[ $QUICK_START == true ]]; then
597597
restart
598598
fi
599599
fi
600-
exit
601600
fi
602601

603602
if [[ $UPGRADE == true ]]; then
@@ -614,13 +613,11 @@ if [[ $DOWNLOAD == true ]]; then
614613
fi
615614
fi
616615

617-
if [[ $ALL_OPT_LENGTH -eq 0 ]]; then
616+
if [[ $ALL_OPT_LENGTH -eq 0 || $ALL_OPT_LENGTH -gt 0 ]]; then
618617
restart
619-
exit
620618
fi
621619

622620
if [[ $RUN == true ]]; then
623621
restart
624-
exit
625622
fi
626623

0 commit comments

Comments
 (0)