From 136df690de6a57afb00ef8ad86ad12ab394845e4 Mon Sep 17 00:00:00 2001 From: Marco Cawthorne Date: Sat, 18 Nov 2023 16:18:31 -0800 Subject: [PATCH] fix typo in stop script. --- stop-services.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stop-services.sh b/stop-services.sh index 370c8c6..e62b3d7 100755 --- a/stop-services.sh +++ b/stop-services.sh @@ -1,6 +1,6 @@ #!/bin/sh -systemctl --user restart freehl +systemctl --user stop freehl find ./ -type f -name "server.cfg" -print | while read LINE do @@ -8,6 +8,6 @@ do if [ "$GAMEDIR" != "valve" ] then - systemctl --user restart freehl@$GAMEDIR + systemctl --user stop freehl@$GAMEDIR fi done \ No newline at end of file