mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
nextcloud: adjust root.motd occ command docs
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
5af54ebbe2
commit
64663d51c0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
Warning: You have logged in into the Nextcloud container as root user.
|
Warning: You have logged in into the Nextcloud container as root user.
|
||||||
See https://github.com/nextcloud/all-in-one#how-to-run-occ-commands if you want to run occ commands.
|
See https://github.com/nextcloud/all-in-one#how-to-run-occ-commands if you want to run occ commands.
|
||||||
Apart from that, you can use 'sudo -u www-data -E php occ <your-command>' in order to run occ commands.
|
Apart from that, you can use 'sudo -E -u www-data php occ <your-command>' in order to run occ commands.
|
||||||
Of course <your-command> needs to be substituted with the command that you want to use.
|
Of course <your-command> needs to be substituted with the command that you want to use.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue