Skip to content

Commit 4e673ee

Browse files
committed
changed also last if
1 parent c1838dc commit 4e673ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup_fullnode.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ function main() {
463463

464464
startupNode
465465

466-
if [ "$_AUTO_UPDATE_"X != "N"X ];then
466+
if [ "$_AUTO_UPDATE_"X == "Y"X ];then
467467
startAutoUpdate
468468
fi
469469
}

0 commit comments

Comments
 (0)