diff options
-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 |