File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
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
}
@@ -367,7 +367,7 @@ function main() {
367
367
# Interactive setup phase
368
368
read -p " Do you want to monitor the status of the node [Y/N] (Default: N)? " wantmonitor
369
369
if [ " ${_AUTO_UPDATE_} X" != " YX" ]; then
370
- read -p " Do you want to auto update the node [Y/N] (Default: Y )? " _AUTO_UPDATE_
370
+ read -p " Do you want to auto update the node [Y/N] (Default: N )? " _AUTO_UPDATE_
371
371
# To upper
372
372
if [ " ${_AUTO_UPDATE_} X" = " nX" ]; then
373
373
_AUTO_UPDATE_=N
You can’t perform that action at this time.
0 commit comments