We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1dc0c28 + 3ae525c commit 8332b8fCopy full SHA for 8332b8f
1 file changed
start.sh
@@ -541,14 +541,12 @@ while [ -n "$1" ]; do
541
--run)
542
if [[ $ALL_OPT_LENGTH -eq 1 ]]; then
543
restart
544
- exit
545
fi
546
RUN=true
547
shift 1
548
;;
549
--stop)
550
stopService
551
552
553
FullNode)
554
@@ -597,7 +595,6 @@ if [[ $QUICK_START == true ]]; then
597
595
598
596
599
600
601
602
603
if [[ $UPGRADE == true ]]; then
@@ -614,13 +611,11 @@ if [[ $DOWNLOAD == true ]]; then
614
611
615
612
616
613
617
-if [[ $ALL_OPT_LENGTH -eq 0 ]]; then
+if [[ $ALL_OPT_LENGTH -eq 0 || $ALL_OPT_LENGTH -gt 0 ]]; then
618
619
620
621
622
if [[ $RUN == true ]]; then
623
624
625
626
0 commit comments