Changeset 18 for scripts/usr/local/lib/7dtd/commands/stop.sh
- Timestamp:
- May 21, 2014, 7:16:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/usr/local/lib/7dtd/commands/stop.sh
r17 r18 45 45 fi 46 46 47 start-stop-daemon --stop --pidfile $(getInstancePath $1)/monitor.pid47 $PKILL -TERM -P $(cat $(getInstancePath $1)/monitor.pid) 48 48 rm $(getInstancePath $1)/monitor.pid 49 49 setAllPlayersOffline $1
Note:
See TracChangeset
for help on using the changeset viewer.