diff options
author | mail_redacted_for_web | 2025-04-21 11:28:13 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2025-04-21 11:28:13 +0200 |
commit | 5eba88991da735b630fa0c2094ab648a60c1e90a (patch) | |
tree | b3c339c13fd186b30e00ef184c84b4381318fe7d /bin | |
parent | a1d30099aba6275fcfc81730debb4e903d1ae00d (diff) | |
download | nextcloud-update-5eba88991da735b630fa0c2094ab648a60c1e90a.tar.bz2 |
Bail out on app update command, continue development when output is available
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/nextcloud-update | 3 |
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 |