fix typo in stop script.

This commit is contained in:
Marco Cawthorne 2023-11-18 16:18:31 -08:00
parent adb1298df4
commit 136df690de
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 2 additions and 2 deletions

View File

@ -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