From 5eba88991da735b630fa0c2094ab648a60c1e90a Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Mon, 21 Apr 2025 11:28:13 +0200 Subject: Bail out on app update command, continue development when output is available --- bin/nextcloud-update | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3