diff --git a/modules/rhizo_base/templates/rccn-functions.sh.erb b/modules/rhizo_base/templates/rccn-functions.sh.erb index 9389726..e8e47e3 100644 --- a/modules/rhizo_base/templates/rccn-functions.sh.erb +++ b/modules/rhizo_base/templates/rccn-functions.sh.erb @@ -37,11 +37,11 @@ topcalls () { sleep $1 done } - +<% if @osmo_stack != "split" %> nitb() { /usr/bin/expect -c 'spawn telnet localhost 4242;send "enable\r";send "logging enable\r";send "logging level all everything\r";send "logging print category 1\r";send "logging level smpp fatal\r"; send "logging filter all 1\r"; interact' } - +<% end %> hlr() { sudo /usr/bin/sqlite3 -column -header $OSMO_HLR }