Call improvements; fix bugs associated with hanging up; refresh bar on callend
This commit is contained in:
parent
f88b83fd15
commit
91d6ebb15d
3 changed files with 24 additions and 20 deletions
|
@ -76,7 +76,7 @@ sendtextmenu() {
|
|||
}
|
||||
|
||||
tailtextlog() {
|
||||
st -e tail -f "$LOGDIR/$1/sms.txt"
|
||||
st -e tail -n9999 -f "$LOGDIR/$1/sms.txt"
|
||||
}
|
||||
|
||||
main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue