mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-05 12:42:04 +08:00
swap su-exec to gosu
This commit is contained in:
parent
d09195097d
commit
3014b11422
@ -4,4 +4,4 @@
|
||||
[[ ! -z "${USER_GID}" ]] && groupmod -og ${USER_GID} node || echo "No USER_GID specified, leaving 1000"
|
||||
|
||||
chown -R node:node /home/node
|
||||
exec su-exec node node ./src/www
|
||||
exec gosu node node ./src/www
|
||||
|
Loading…
x
Reference in New Issue
Block a user