- Timestamp:
- Jul 9, 2014, 3:40:18 PM (10 years ago)
- Location:
- scripts/usr/local/lib/7dtd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/usr/local/lib/7dtd/VERSION
r64 r66 1 Version: 2 32 Release: 2014-07-0 71 Version: 24 2 Release: 2014-07-08 -
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.