We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14cbeb commit de04591Copy full SHA for de04591
nextcloud_update.sh
@@ -1102,6 +1102,15 @@ do
1102
fi
1103
done
1104
1105
+# Update all Nextcloud apps a second time (if the old backup was outdated)
1106
+if [ "${CURRENTVERSION%%.*}" -ge "15" ]
1107
+then
1108
+ nextcloud_occ maintenance:mode --off
1109
+ # Check for upgrades
1110
+ print_text_in_color "$ICyan" "Trying to automatically update all Nextcloud apps again..."
1111
+ nextcloud_occ_no_check app:update --all
1112
+fi
1113
+
1114
# Remove header for Nextcloud 14 (already in .htaccess)
1115
if [ -f /etc/apache2/sites-available/"$(hostname -f)".conf ]
1116
then
0 commit comments