mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
change entrypoint of nextcloud container to root
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
ce47fab555
commit
d3d8b11e28
6 changed files with 27 additions and 20 deletions
|
|
@ -1,5 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [[ "$EUID" = 0 ]]; then
|
||||
sudo -u www-data -s
|
||||
fi
|
||||
|
||||
SUBJECT="$1"
|
||||
MESSAGE="$2"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue