diff --git a/root/etc/cont-init.d/10-adduser b/root/etc/cont-init.d/10-adduser index faa67f5ebb2b39eb50140ec8244b69a3b89cb3ad..ebe7e48e169eab751f2244bcd08931fdef2884b5 100644 --- a/root/etc/cont-init.d/10-adduser +++ b/root/etc/cont-init.d/10-adduser @@ -8,23 +8,28 @@ usermod -o -u "$PUID" abc echo ' ------------------------------------- +Original baseimage by _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ - -Brought to you by linuxserver.io +Changed to fit the needs of Griefed.de +This fork was mainly created because I +wanted to gather experience in writing +my own baseimage. +Linuxserver.io provide top quality +images with great complexity, making +them perfect for learning. -------------------------------------' -if [[ -f /donate.txt ]]; then - echo ' -To support the app dev(s) visit:' - cat /donate.txt -fi + echo ' To support LSIO projects visit: https://www.linuxserver.io/donate/ +' + +echo ' ------------------------------------- GID/UID -------------------------------------' @@ -52,4 +57,5 @@ fi chown abc:abc /app chown abc:abc /config +chown abc:abc /data chown abc:abc /defaults