Ignore:
Timestamp:
Jul 12, 2014, 10:42:11 AM (10 years ago)
Author:
alloc
Message:

v.27: Fixed output log

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/usr/local/lib/7dtd/monitor-log.sh

    r67 r69  
    6565NOBUF="stdbuf -e0 -o0"
    6666
    67 $NOBUF tail -n 5000 -F $(getInstancePath $INSTANCE)/output_log.txt |
     67$NOBUF tail -n 5000 -F $(getInstancePath $INSTANCE)/logs/output_log.txt |
    6868$NOBUF tr '\\' '/' |
    6969$NOBUF tr -d '\r' |
Note: See TracChangeset for help on using the changeset viewer.