mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
fix chaning to root user
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
24eefc7009
commit
6458bf6613
2 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ fi
|
|||
sudo -u www-data rm -f "$NEXTCLOUD_DATA_DIR/this-is-a-test-file"
|
||||
|
||||
# Run original entrypoint
|
||||
if ! sudo -u www-data bash /entrypoint.sh; then
|
||||
if ! sudo -uE www-data bash /entrypoint.sh; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue