From 825b7e8b6ac668045ef749e12dd7140b55998410 Mon Sep 17 00:00:00 2001 From: Keith Whyte Date: Sun, 11 Nov 2018 11:54:44 +0000 Subject: [PATCH] Add tl() to watch rccn log files --- modules/rhizo_base/templates/rccn-functions.sh.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/rhizo_base/templates/rccn-functions.sh.erb b/modules/rhizo_base/templates/rccn-functions.sh.erb index 6aac954..85636e0 100644 --- a/modules/rhizo_base/templates/rccn-functions.sh.erb +++ b/modules/rhizo_base/templates/rccn-functions.sh.erb @@ -57,3 +57,6 @@ rk_imsi() { echo } +tl() { + tail -f /var/log/rccn/*log +}