Skip to content
Snippets Groups Projects
Commit 7f18fbaa authored by Bob Mottram's avatar Bob Mottram
Browse files

Ensure that maintenance mode is off after nextcloud upgrade

parent 029c6965
No related branches found
No related tags found
No related merge requests found
......@@ -192,6 +192,7 @@ function upgrade_nextcloud {
sudo -u www-data ./occ maintenance:repair
sudo -u www-data ./occ files:cleanup
sudo -u www-data ./occ files:scan --all
sudo -u www-data ./occ maintenance:mode --off
}
......@@ -617,6 +618,7 @@ function install_nextcloud_main {
sudo -u www-data ./occ files:cleanup
sudo -u www-data ./occ files:scan --all
sudo -u www-data ./occ maintenance:repair
sudo -u www-data ./occ maintenance:mode --off
# move the data directory
mv /var/www/${NEXTCLOUD_DOMAIN_NAME}/htdocs/data /var/www/${NEXTCLOUD_DOMAIN_NAME}/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment