We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 311cd2b commit cb184d2Copy full SHA for cb184d2
bin/ncp-update-nc
@@ -63,7 +63,7 @@ fi
63
64
echo "Current Nextcloud version $CURRENT"
65
echo "Available Nextcloud version $VER"
66
-[[ "$NEED_UPDATE" == "true" ]] || { echo "Nothing to update"; exit; }
+[[ "$NEED_UPDATE" == "true" ]] || { echo "Nothing to update"; exit 1; } # we want `exit 1` so the autoupdate doesn't notify success in this case
67
68
# make sure that cron.php is not running and there are no pending jobs
69
# https://github.com/nextcloud/server/issues/10949
0 commit comments