Skip to content

Commit 3ae525c

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

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

start.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,14 +541,12 @@ while [ -n "$1" ]; do
541541
--run)
542542
if [[ $ALL_OPT_LENGTH -eq 1 ]]; then
543543
restart
544-
exit
545544
fi
546545
RUN=true
547546
shift 1
548547
;;
549548
--stop)
550549
stopService
551-
exit
552550
;;
553551
FullNode)
554552
RUN=true

0 commit comments

Comments
 (0)