fix typo in stop script.
This commit is contained in:
parent
adb1298df4
commit
136df690de
1 changed files with 2 additions and 2 deletions
|
@ -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
|
Loading…
Reference in a new issue