2023-03-20 06:56:52 +00:00
|
|
|
#!/command/with-contenv bash
|
|
|
|
# shellcheck shell=bash
|
|
|
|
|
|
|
|
set -e
|
2023-05-04 00:03:06 +00:00
|
|
|
set +x
|
2023-03-20 06:56:52 +00:00
|
|
|
|
2023-03-30 01:19:16 +00:00
|
|
|
echo "
|
|
|
|
-------------------------------------
|
2023-03-20 06:56:52 +00:00
|
|
|
_ _ ____ __ __
|
|
|
|
| \ | | _ \| \/ |
|
|
|
|
| \| | |_) | |\/| |
|
|
|
|
| |\ | __/| | | |
|
|
|
|
|_| \_|_| |_| |_|
|
2023-03-30 01:19:16 +00:00
|
|
|
-------------------------------------
|
2023-05-04 00:03:06 +00:00
|
|
|
User: $NPMUSER PUID:$PUID ID:$(id -u "$NPMUSER") GROUP:$(id -g "$NPMUSER")
|
|
|
|
Group: $NPMGROUP PGID:$PGID ID:$(get_group_id "$NPMGROUP")
|
2023-03-30 01:19:16 +00:00
|
|
|
-------------------------------------
|
|
|
|
"
|