diff --git a/pages/02.administer/45.tutorials/25.external_storage/external_storage.md b/pages/02.administer/45.tutorials/25.external_storage/external_storage.md index 3d3f6a9d..0e8a09e5 100644 --- a/pages/02.administer/45.tutorials/25.external_storage/external_storage.md +++ b/pages/02.administer/45.tutorials/25.external_storage/external_storage.md @@ -146,7 +146,7 @@ Then, ideally, we switch to maintenance mode the applications that might be writ Example, for nextcloud: ```bash -sudo -u nextcloud /var/www/occ maintenance:mode --on +sudo -u nextcloud /var/www/nextcloud/occ maintenance:mode --on ``` Example, for mail: @@ -197,7 +197,7 @@ ls -la /var/mail/ From here you can stop maintenance mode, the command below is to be adapted depending on the services you have stopped. ```bash -sudo -u nextcloud /var/www/occ maintenance:mode --off +sudo -u nextcloud /var/www/nextcloud/occ maintenance:mode --off systemctl start postfix systemctl start dovecot ```