mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-24 05:38:15 -05:00
4a86bb42cc
even if the user id is zero, and then we'll always use it
10 lines
142 B
Plaintext
Executable File
10 lines
142 B
Plaintext
Executable File
#!/command/with-contenv bash
|
|
# shellcheck shell=bash
|
|
|
|
set -e
|
|
|
|
. /bin/common.sh
|
|
|
|
log_info 'Starting nginx ...'
|
|
exec s6-setuidgid npmuser nginx
|