diff --git a/update-minetest-linux64.sh b/update-minetest-linux64.sh index ff1274c..b4ca706 100755 --- a/update-minetest-linux64.sh +++ b/update-minetest-linux64.sh @@ -249,7 +249,11 @@ if [ "@$old_version" = "@$version" ]; then install_my_shortcut #fi #get_os_release - customExit "Version $version is already installed at $INSTALL_PATH. There is nothing to do." + echo + echo + echo "Version $version is already installed at $INSTALL_PATH. There is nothing to do." + echo + exit 0 fi if [ "@$ENABLE_DL" = "@true" ]; then