diff options
author | mail_redacted_for_web | 2025-04-21 10:48:06 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2025-04-21 10:48:06 +0200 |
commit | a1d30099aba6275fcfc81730debb4e903d1ae00d (patch) | |
tree | 3351a9beb433e2d23700d0c51a5d420d9f4ab404 /bin/nextcloud-upgrade | |
parent | dee58e5561db333989aac950ef3ee1510d49ed14 (diff) | |
download | nextcloud-update-a1d30099aba6275fcfc81730debb4e903d1ae00d.tar.bz2 |
+ licence as markdown
Diffstat (limited to 'bin/nextcloud-upgrade')
-rwxr-xr-x | bin/nextcloud-upgrade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nextcloud-upgrade b/bin/nextcloud-upgrade index b805afd..c77182b 100755 --- a/bin/nextcloud-upgrade +++ b/bin/nextcloud-upgrade @@ -141,7 +141,7 @@ if ! /usr/bin/sudo -u "$NCUSER" "$NCPHPBIN" "${NCAPPLDIR}/occ" upgrade -q >/dev/ lnfail exit 146 fi -lnprog "occ app:update" +lnprog "occ app:update --all" if ! /usr/bin/sudo -u "$NCUSER" "$NCPHPBIN" "${NCAPPLDIR}/occ" app:update -q --all >/dev/null 2>&1; then lnfail "occ app:update" exit 147 |