Merge pull request #1705 from tgstation/FixDebIf

Fix .deb `postinst` conditional.
This commit is contained in:
Jordan Dominion
2023-11-11 09:29:35 -05:00
committed by GitHub
+1 -1
View File
@@ -2,7 +2,7 @@
#DEBHELPER#
if [ "$1" = "configure" ]; then
if [ -z "$2" ]; then
chmod 600 /etc/tgstation-server
deb-systemd-helper stop 'tgstation-server.service' >/dev/null || true