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"