mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-23 13:18:14 -05:00
4a86bb42cc
even if the user id is zero, and then we'll always use it
18 lines
321 B
Bash
Executable File
18 lines
321 B
Bash
Executable File
#!/command/with-contenv bash
|
|
# shellcheck shell=bash
|
|
|
|
set -e
|
|
|
|
echo "
|
|
-------------------------------------
|
|
_ _ ____ __ __
|
|
| \ | | _ \| \/ |
|
|
| \| | |_) | |\/| |
|
|
| |\ | __/| | | |
|
|
|_| \_|_| |_| |_|
|
|
-------------------------------------
|
|
User ID: $PUID
|
|
Group ID: $PGID
|
|
-------------------------------------
|
|
"
|