Custom branding

This commit is contained in:
TheSpad 2023-02-26 16:23:58 +00:00
parent cff454b765
commit 53143efd2d
No known key found for this signature in database
GPG key ID: 08F06191F4587860

View file

@ -7,17 +7,19 @@ PGID=${PGID:-911}
groupmod -o -g "$PGID" abc groupmod -o -g "$PGID" abc
usermod -o -u "$PUID" abc usermod -o -u "$PUID" abc
echo ' echo "
------------------------------------- ───────────────────────────────────────
_ () _____ __ __ _____ _____ _____ _____
| | ___ _ __ | | | | __|_ _| | |
| | / __| | | / \ | --| | |__ | | | | | | | | |
| | \__ \ | | | () | |_____|_____|_____| |_| |_____|_|_|_|
|_| |___/ |_| \__/ _____ __ __ _ __ ____
| __ | | | | | | \
| __ -| | | | |__| | |
|_____|_____|_|_____|____/
Based on images from linuxserver.io
Brought to you by linuxserver.io ───────────────────────────────────────"
-------------------------------------'
if [[ -f /donate.txt ]]; then if [[ -f /donate.txt ]]; then
echo ' echo '
To support the app dev(s) visit:' To support the app dev(s) visit:'
@ -26,28 +28,29 @@ fi
echo ' echo '
To support LSIO projects visit: To support LSIO projects visit:
https://www.linuxserver.io/donate/ https://www.linuxserver.io/donate/
-------------------------------------
───────────────────────────────────────
GID/UID GID/UID
-------------------------------------' ───────────────────────────────────────'
echo " echo "
User uid: $(id -u abc) User UID: $(id -u abc)
User gid: $(id -g abc) User GID: $(id -g abc)
------------------------------------- ───────────────────────────────────────
" "
time32="$(date +%Y)" time32="$(date +%Y)"
if [[ "${time32}" == "1970" || "${time32}" == "1969" ]] && [ "$(uname -m)" == "armv7l" ]; then if [[ "${time32}" == "1970" || "${time32}" == "1969" ]] && [ "$(uname -m)" == "armv7l" ]; then
echo ' echo '
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ╔═════════════════════════════════════════════════════════════════════════════╗
║ ║
Your DockerHost is running an outdated version of libseccomp Your Docker Host is running an outdated version of libseccomp
║ ║
To fix this, please visit https://docs.linuxserver.io/faq#libseccomp To fix this, please visit https://docs.linuxserver.io/faq#libseccomp
║ ║
Apps will not behave correctly without this Apps will not behave correctly without this
║ ║
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ╚═════════════════════════════════════════════════════════════════════════════╝
' '
sleep infinity sleep infinity
fi fi