linting fixes

This commit is contained in:
sparklyballs 2017-12-02 15:37:01 +00:00
parent 01e3f1cfff
commit a09be83ad8

View file

@ -6,11 +6,10 @@ PGID=${PGID:-911}
groupmod -o -g "$PGID" abc
usermod -o -u "$PUID" abc
echo "
-------------------------------------
echo '-------------------------------------
_ _ _
| |___| (_) ___
| / __| | |/ _ \
| / __| | |/ _ \
| \__ \ | | (_) |
|_|___/ |_|\___/
|_|
@ -21,10 +20,11 @@ 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