From 3434e9cb0ec441811fc89082bda59cc655e456fc Mon Sep 17 00:00:00 2001 From: Griefed <griefed@griefed.de> Date: Tue, 22 Jun 2021 21:34:53 +0200 Subject: [PATCH] docs: Add info regarding origin and intention --- root/etc/cont-init.d/10-adduser | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/root/etc/cont-init.d/10-adduser b/root/etc/cont-init.d/10-adduser index faa67f5..ebe7e48 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 -- GitLab