Changeset 66 for scripts/usr/local/lib/7dtd/commands/start.sh
- Timestamp:
- Jul 9, 2014, 3:40:18 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/usr/local/lib/7dtd/commands/start.sh
r39 r66 20 20 21 21 if [ $(isRunning $1) -eq 0 ]; then 22 # Kill monitor if it is still running 23 if [ -f "$(getInstancePath $1)/monitor.pid" ]; then 24 $PKILL -TERM -P $(cat $(getInstancePath $1)/monitor.pid) 25 rm $(getInstancePath $1)/monitor.pid 26 fi 27 22 28 setAllPlayersOffline $1 23 29 rm -f $(getInstancePath $1)/output_log.txt
Note:
See TracChangeset
for help on using the changeset viewer.