From a570d287372f22b6c0b3d8a95080f1fef7a5e789 Mon Sep 17 00:00:00 2001 From: Botspot Date: Tue, 20 Oct 2020 21:44:29 -0500 Subject: [PATCH] remove exit 0 --- updater | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updater b/updater index b21e27a..0169f90 100755 --- a/updater +++ b/updater @@ -57,7 +57,7 @@ echo "$(date +%j)" > "${DIRECTORY}/data/last-update-check" #generate app update status info updatable="$("${DIRECTORY}/manage" check-all $installedonly | tail -1)" echo "updatable: $updatable" -exit 0 + #if check-all succeeded to download the repo to the update folder if [ -d "${DIRECTORY}/update" ];then PREIFS="$IFS"