From ce04a078acfaf084b49f2103a36a9084b74b3a4e Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Wed, 8 Jun 2022 23:04:07 +0200 Subject: [PATCH] Update launcher.sh --- files/builds/stable-branch/bin/launcher.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/files/builds/stable-branch/bin/launcher.sh b/files/builds/stable-branch/bin/launcher.sh index 06020db..31da5a0 100644 --- a/files/builds/stable-branch/bin/launcher.sh +++ b/files/builds/stable-branch/bin/launcher.sh @@ -7,7 +7,7 @@ # Author URI: https://cryinkfly.com # # License: MIT # # Copyright (c) 2020-2022 # -# Time/Date: 22:50/08.06.2022 # +# Time/Date: 23:00/08.06.2022 # # Version: 1.9 # ############################################################################# @@ -47,9 +47,6 @@ function LAUNCHER_CHECK_UPDATE_VERSION { if [ "$ONLINE_BUILD_VERSION" = "$SYSTEM_BUILD_VERSION" ] || [ "$ONLINE_INSIDER_BUILD_VERSION" = "$SYSTEM_BUILD_VERSION" ]; then echo "Do nothing!" GET_UPDATE=0 - elif [ "$ONLINE_BUILD_VERSION" = "" ] || [ "$ONLINE_INSIDER_BUILD_VERSION" = "" ]; then - echo "Do nothing!" - GET_UPDATE=0 else # A value of 0 means that there is no update and a value of 1 will notify the user that there is an update. GET_UPDATE=1