Changeset 248 for scripts/usr/local/lib/7dtd/commands/stop.sh
- Timestamp:
- Jul 26, 2015, 5:20:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/usr/local/lib/7dtd/commands/stop.sh
r204 r248 45 45 if [ $(isRunning $1) -eq 1 ]; then 46 46 echo "Failed, force closing server..." 47 $SSD --stop -- pidfile $(getInstancePath $1)/7dtd.pid47 $SSD --stop --signal KILL --pidfile $(getInstancePath $1)/7dtd.pid 48 48 fi 49 49
Note:
See TracChangeset
for help on using the changeset viewer.