solved sudo bugs in role native-user-administrator

This commit is contained in:
2021-01-01 12:51:40 +01:00
parent 11deb714b9
commit eca64d5a6a
5 changed files with 14 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ You can check the status of the update by typing in:
If nextcloud stays in the maintenance mode after the update try the following:
```bash
docker exec -it -u www-data nextcloud_application_1 /var/www/html/occ maintenance:mode --on
docker exec -it -u www-data nextcloud_application_1 /var/www/html/occ upgrade
docker exec -it -u www-data nextcloud_application_1 /var/www/html/occ maintenance:mode --off
```