No nitb shell function if no nitb

This commit is contained in:
Keith Whyte 2021-06-10 06:57:48 +02:00
parent ad320affc2
commit ae6c75a723

View file

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