Fix debian postinst script

This commit is contained in:
Jordan Dominion
2023-06-23 08:23:40 -04:00
parent 2ba6330d87
commit ac3af477f0
+2 -2
View File
@@ -1,12 +1,12 @@
#!/bin/sh -e
if [[ "$1" = "configure" ]]; then
if [ "$1" = "configure" ]; then
systemctl mask tgstation-server
fi
#DEBHELPER#
if [[ "$1" = "configure" ]]; then
if [ "$1" = "configure" ]; then
echo " _ _ _ _ "
echo " | |_ __ _ ___| |_ __ _| |_(_) ___ _ __ ___ ___ _ ____ _____ _ __ "
echo " | __/ _` / __| __/ _` | __| |/ _ \| '_ \ _____/ __|/ _ \ '__\ \ / / _ \ '__|"