diff --git a/github/check.nextcloud.update b/github/check.nextcloud.update index a51a8ca..796db8b 100755 --- a/github/check.nextcloud.update +++ b/github/check.nextcloud.update @@ -100,6 +100,8 @@ while IFS= read -r nc_new_version; do if [ ! -s "${nc_app_new_version_file}" ]; then [ "${DEBUG}" -eq "0" ] && printf '\e[1;35m%-6s\e[m\n' "DEBUG : Test version — The current version is up-to-date." rm --force -- "${nc_new_version_file}" + ### Exit while loop + break fi fi # }}}