No nitb shell function if no nitb
This commit is contained in:
parent
ad320affc2
commit
ae6c75a723
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue