git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/bin/nextcloud-upgrade
diff options
context:
space:
mode:
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