Changeset 72
- Timestamp:
- Jul 14, 2014, 10:06:50 AM (10 years ago)
- Location:
- scripts/usr/local/lib/7dtd
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/usr/local/lib/7dtd/VERSION
r71 r72 1 Version: 292 Release: 2014-07-1 21 Version: 30 2 Release: 2014-07-13 -
scripts/usr/local/lib/7dtd/commands/start.sh
r70 r72 41 41 OPTS="-logfile $(getInstancePath $1)/logs/output_log.txt -configfile=$(getInstancePath $1)/config.xml -dedicated" 42 42 43 LD_LIBRARY_PATH=$SDTD_BASE/linux_files $SSD --start $SSD_PID $SSD_DAEMON $SSD_USER --chdir $SDTD_BASE/engine --exec $SDTD_BASE/engine/7DaysToDie.x86 -- $OPTS > $(getInstancePath $1)/logs/stdout.log 2>&143 LD_LIBRARY_PATH=$SDTD_BASE/linux_files LC_ALL=C $SSD --start $SSD_PID $SSD_DAEMON $SSD_USER --chdir $SDTD_BASE/engine --exec $SDTD_BASE/engine/7DaysToDie.x86 -- $OPTS > $(getInstancePath $1)/logs/stdout.log 2>&1 44 44 sleep 1 45 45 -
scripts/usr/local/lib/7dtd/monitor-log.sh
r69 r72 69 69 $NOBUF tr -d '\r' | 70 70 $NOBUF grep -v "^(Filename: " | 71 $NOBUF sed -r 's/^[0-9]+ ,[0-9]+ (.*)$/\1/' |71 $NOBUF sed -r 's/^[0-9]+[.,][0-9]+ (.*)$/\1/' | 72 72 while read line ; do 73 73 if [ -n "$line" ]; then
Note:
See TracChangeset
for help on using the changeset viewer.