Skip to content

Commit c1838dc

Browse files
committed
Changed only description because default of autoupgrade is set to N
1 parent 67eb3f4 commit c1838dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/setup_fullnode.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function checkDockerPermissions() {
3939
if [ $? = 1 ];then
4040
echo -e "your $RED [$USER] $NC not privilege docker"
4141
echo -e "please run $RED [sudo bash] $NC first"
42-
echo -e "Or docker not install "
42+
echo -e "Or docker is not installed "
4343
exit 1
4444
fi
4545
}
@@ -367,7 +367,7 @@ function main() {
367367
# Interactive setup phase
368368
read -p "Do you want to monitor the status of the node [Y/N] (Default: N)? " wantmonitor
369369
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_
371371
# To upper
372372
if [ "${_AUTO_UPDATE_}X" = "nX" ];then
373373
_AUTO_UPDATE_=N

0 commit comments

Comments
 (0)