Parent Directory
|
Revision Log
Add Video Demo Startup Kit
1 #!/bin/sh 2 # 3 # How many users in Diastar lately? 4 # 5 ################################################################################ 6 7 LASTLOG=`ls -ltr /var/log/diastar/diastar*log | tail --lines=1 | awk '{print $9}'` 8 9 grep 'Active channels' $LASTLOG | less 10 11
| No admin address has been configured | ViewVC Help |
| Powered by ViewVC 1.0.8 |