Changeset 25 for scripts/usr/local/lib/7dtd/commands/stop.sh
- Timestamp:
- May 27, 2014, 10:32:48 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/usr/local/lib/7dtd/commands/stop.sh
r23 r25 45 45 if [ $(isRunning $1) -eq 1 ]; then 46 46 echo "Failed, force closing server..." 47 start-stop-daemon--stop --pidfile $(getInstancePath $1)/7dtd.pid47 $SSD --stop --pidfile $(getInstancePath $1)/7dtd.pid 48 48 fi 49 49
Note:
See TracChangeset
for help on using the changeset viewer.