Configuration and Auto-Certificates
[aaf/authz.git] / auth / sample / logs / taillog
index 2b3de6e..5689caa 100644 (file)
@@ -1,2 +1,3 @@
+#!/bin/bash
 cd /opt/app/osaaf/logs
-tail -f `find . -name *service*.log -ctime 0`
+tail -f `find ./$1 -name *service*.log -ctime 0`