From 5914a2fd276d6428abd7476b271b3dc57636cccf Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Sat, 2 Dec 2017 15:41:24 +0000 Subject: [PATCH] linting fixes --- root/etc/cont-init.d/10-adduser | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/root/etc/cont-init.d/10-adduser b/root/etc/cont-init.d/10-adduser index a4de55f..081fb9e 100644 --- a/root/etc/cont-init.d/10-adduser +++ b/root/etc/cont-init.d/10-adduser @@ -6,10 +6,11 @@ PGID=${PGID:-911} groupmod -o -g "$PGID" abc usermod -o -u "$PUID" abc -echo '------------------------------------- +echo ' +------------------------------------- _ _ _ | |___| (_) ___ - | / __| | |/ _ \ + | / __| | |/ _ \ | \__ \ | | (_) | |_|___/ |_|\___/ |_| @@ -19,12 +20,12 @@ We gratefully accept donations at: https://www.linuxserver.io/donations/ ------------------------------------- GID/UID -------------------------------------- -' +-------------------------------------' echo " User uid: $(id -u abc) User gid: $(id -g abc) --------------------------------------" +------------------------------------- +" chown abc:abc /app chown abc:abc /config chown abc:abc /defaults