From 44eb84a6b28d6fc95c7beb12904d861bf6db71d6 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Wed, 6 May 2020 19:24:54 -0400 Subject: [PATCH] remove error on no update --- update-minetest-linux64.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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