- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/usr/local/lib/7dtd/commands/stop.sh
r25 r20 1 1 #!/bin/bash 2 # Version 5 2 3 3 4 # Tries to stop the 7dtd instance given as first parameter. … … 45 46 if [ $(isRunning $1) -eq 1 ]; then 46 47 echo "Failed, force closing server..." 47 $SSD--stop --pidfile $(getInstancePath $1)/7dtd.pid48 start-stop-daemon --stop --pidfile $(getInstancePath $1)/7dtd.pid 48 49 fi 49 50
Note:
See TracChangeset
for help on using the changeset viewer.