Changeset 248 for scripts/usr/local/lib/7dtd/commands/instances.sh
- Timestamp:
- Jul 26, 2015, 5:20:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/usr/local/lib/7dtd/commands/instances.sh
r90 r248 9 9 if [ $(isRunning $I) -eq 1 ]; then 10 10 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) 12 12 else 13 13 run="no"
Note:
See TracChangeset
for help on using the changeset viewer.