mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-23 21:28:15 -05:00
18 lines
347 B
Bash
18 lines
347 B
Bash
|
#!/command/with-contenv bash
|
||
|
# shellcheck shell=bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
echo
|
||
|
echo "-------------------------------------
|
||
|
_ _ ____ __ __
|
||
|
| \ | | _ \| \/ |
|
||
|
| \| | |_) | |\/| |
|
||
|
| |\ | __/| | | |
|
||
|
|_| \_|_| |_| |_|
|
||
|
-------------------------------------
|
||
|
User UID: $(id -u npmuser)
|
||
|
User GID: $(id -g npmuser)
|
||
|
-------------------------------------
|
||
|
"
|