Fix .deb postinst conditional.

This commit is contained in:
Jordan Dominion
2023-11-10 23:21:06 -05:00
parent 8919495315
commit 2413dc84f0
+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