diff options
-rwxr-xr-x | bin/nextcloud-update | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/nextcloud-update b/bin/nextcloud-update index ae15ef3..48dd580 100755 --- a/bin/nextcloud-update +++ b/bin/nextcloud-update @@ -199,7 +199,6 @@ elif [[ "$NC_COREUPD" -eq 1 && "$NC_UA_CORE" -eq 0 ]]; then UPDCALL+=( '-c' 0 ) fi if [[ "$NC_APPSUPD" -eq 1 && "$NC_UA_APPS" -eq 1 ]]; then - echo BENIS UPDCALL+=( '-a' ) fi # /usr/local/bin/nextcloud-upgrade "$UPDVER" || exit "$?" |