git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authormail_redacted_for_web 2025-04-21 11:28:13 +0200
committermail_redacted_for_web 2025-04-21 11:28:13 +0200
commit5eba88991da735b630fa0c2094ab648a60c1e90a (patch)
treeb3c339c13fd186b30e00ef184c84b4381318fe7d /bin
parenta1d30099aba6275fcfc81730debb4e903d1ae00d (diff)
downloadnextcloud-update-5eba88991da735b630fa0c2094ab648a60c1e90a.tar.bz2
Bail out on app update command, continue development when output is available
Diffstat (limited to 'bin')
-rwxr-xr-xbin/nextcloud-update3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/nextcloud-update b/bin/nextcloud-update
index c01f75e..c6b1aa3 100755
--- a/bin/nextcloud-update
+++ b/bin/nextcloud-update
@@ -163,8 +163,9 @@ fi
if [ "$NC_APPSUPD" -eq 1 ]; then
lnbegin "Parse: apps updates"
# TODO: look at update:check again and see what to grep(!) for (again, the script doesn't deliver
- # return codes, nor does the crappy output at least have a json flag
+ # return codes, nor does the crappy output at least have a json flag)
lnwarn "not yet implemented"
+ exit 255
fi