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