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 +}