git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/bin/nextcloud-upgrade
diff options
context:
space:
mode:
authormail_redacted_for_web 2025-04-21 10:48:06 +0200
committermail_redacted_for_web 2025-04-21 10:48:06 +0200
commita1d30099aba6275fcfc81730debb4e903d1ae00d (patch)
tree3351a9beb433e2d23700d0c51a5d420d9f4ab404 /bin/nextcloud-upgrade
parentdee58e5561db333989aac950ef3ee1510d49ed14 (diff)
downloadnextcloud-update-a1d30099aba6275fcfc81730debb4e903d1ae00d.tar.bz2
+ licence as markdown
Diffstat (limited to 'bin/nextcloud-upgrade')
-rwxr-xr-xbin/nextcloud-upgrade2
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