Skip to content

Commit eb3d4be

Browse files
authored
make sure occ upgrade is run if needed
1 parent 13a6fe1 commit eb3d4be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nextcloud_update.sh

+2
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,8 @@ then
549549
notify_admin_gui \
550550
"Nextcloud apps just got updated!" \
551551
"$UPDATED_APPS"
552+
# Just make sure everything is updated (sometimes app requires occ upgrade to be run)
553+
nextcloud_occ upgrade
552554
else
553555
print_text_in_color "$IGreen" "Your apps are already up to date!"
554556
fi

0 commit comments

Comments
 (0)