Skip to content
Snippets Groups Projects
Unverified Commit 6528e481 authored by sparklyballs's avatar sparklyballs Committed by GitHub
Browse files

linting fixes

parent d10ab7b2
No related branches found
Tags 87d23e46-pkg-87d23e46-ls1
No related merge requests found
...@@ -6,7 +6,7 @@ PGID=${PGID:-911} ...@@ -6,7 +6,7 @@ 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 '
------------------------------------- -------------------------------------
_ _ _ _ _ _
| |___| (_) ___ | |___| (_) ___
...@@ -20,7 +20,8 @@ We gratefully accept donations at: ...@@ -20,7 +20,8 @@ We gratefully accept donations at:
https://www.linuxserver.io/donations/ https://www.linuxserver.io/donations/
------------------------------------- -------------------------------------
GID/UID GID/UID
------------------------------------- -------------------------------------'
echo "
User uid: $(id -u abc) User uid: $(id -u abc)
User gid: $(id -g abc) User gid: $(id -g abc)
------------------------------------- -------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment