mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-19 03:53:02 +01:00
Merge pull request #1705 from tgstation/FixDebIf
Fix .deb `postinst` conditional.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user