File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ function checkDockerPermissions() {
39
39
if [ $? = 1 ]; then
40
40
echo -e " your $RED [$USER ] $NC not privilege docker"
41
41
echo -e " please run $RED [sudo bash] $NC first"
42
- echo -e " Or docker not install "
42
+ echo -e " Or docker is not installed "
43
43
exit 1
44
44
fi
45
45
}
@@ -383,7 +383,7 @@ function main() {
383
383
# Interactive setup phase
384
384
read -p " Do you want to monitor the status of the node [Y/N] (Default: N)? " wantmonitor
385
385
if [ " ${_AUTO_UPDATE_} X" != " YX" ]; then
386
- read -p " Do you want to auto update the node [Y/N] (Default: Y )? " _AUTO_UPDATE_
386
+ read -p " Do you want to auto update the node [Y/N] (Default: N )? " _AUTO_UPDATE_
387
387
# To upper
388
388
if [ " ${_AUTO_UPDATE_} X" = " nX" ]; then
389
389
_AUTO_UPDATE_=N
@@ -491,7 +491,7 @@ function main() {
491
491
492
492
startupNode
493
493
494
- if [ " $_AUTO_UPDATE_ " X != " N " X ]; then
494
+ if [ " $_AUTO_UPDATE_ " X == " Y " X ]; then
495
495
startAutoUpdate
496
496
fi
497
497
}
You can’t perform that action at this time.
0 commit comments