mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-02-03 10:08:15 -05:00
18 lines
321 B
Bash
18 lines
321 B
Bash
|
#!/command/with-contenv bash
|
||
|
# shellcheck shell=bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
echo "
|
||
|
-------------------------------------
|
||
|
_ _ ____ __ __
|
||
|
| \ | | _ \| \/ |
|
||
|
| \| | |_) | |\/| |
|
||
|
| |\ | __/| | | |
|
||
|
|_| \_|_| |_| |_|
|
||
|
-------------------------------------
|
||
|
User ID: $PUID
|
||
|
Group ID: $PGID
|
||
|
-------------------------------------
|
||
|
"
|