diff options
Diffstat (limited to 'auth/sample/logs')
-rw-r--r-- | auth/sample/logs/taillog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/sample/logs/taillog b/auth/sample/logs/taillog index 5689caa4..77eb4581 100644 --- a/auth/sample/logs/taillog +++ b/auth/sample/logs/taillog @@ -1,3 +1,3 @@ #!/bin/bash cd /opt/app/osaaf/logs -tail -f `find ./$1 -name *service*.log -ctime 0` +tail -f `find ./$1 -name *service*.log -mtime 0` |