Ignore:
Timestamp:
Jul 26, 2015, 5:20:54 PM (9 years ago)
Author:
alloc
Message:

Scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/usr/local/lib/7dtd/commands/instances.sh

    r90 r248  
    99                if [ $(isRunning $I) -eq 1 ]; then
    1010                        run="yes"
    11                         cur=$(telnetCommand $I lp | grep -E "^\s?Total of " | cut -d\  -f 3)
     11                        cur=$(telnetCommand $I lp | grep -aE "^\s?Total of " | cut -d\  -f 3)
    1212                else
    1313                        run="no"
Note: See TracChangeset for help on using the changeset viewer.