Workaround for Debian stupidity

See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679746
This commit is contained in:
Jordan Dominion
2024-02-19 17:56:04 -05:00
parent f13502f2ac
commit 9747be0b59
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/sh -e
if [ -z "$2" ]; then
adduser --system tgstation-server
adduser --system --home /home/tgstation-server tgstation-server
mkdir -m 754 -p /var/log/tgstation-server
chown -R tgstation-server /etc/tgstation-server
chown -R tgstation-server /opt/tgstation-server/lib