Fix bugs with incall functionality around statusbar showing call duration

This commit is contained in:
Miles Alan 2020-08-22 11:19:27 -05:00
parent c5b665ca4f
commit 5f8aad0386
4 changed files with 11 additions and 16 deletions

View file

@ -9,7 +9,7 @@ fatalerr() {
mmcli -m "$(mmcli -L | grep -oE 'Modem\/([0-9]+)' | cut -d'/' -f2)" --voice-hangup-all
alsactl --file /usr/share/sxmo/alsa/default_alsa_sound.conf restore
notify-send "$1"
setsid -f sh -c 'sleep 2; smxo_statusbarupdate.sh'
setsid -f sh -c 'sleep 2; sxmo_statusbarupdate.sh'
kill -9 0
}