Fix the dmenu autoclosing on ended call.

Oops.
master
Stacy Harper 3 years ago
parent 1e09c9c452
commit 62e5dd146b
No known key found for this signature in database
GPG Key ID: 5BAC92328B7C5D65
  1. 2
      scripts/modem/sxmo_modemcall.sh

@ -26,7 +26,7 @@ finish() {
notify-send "$1"
fi
[ -n "$LOCKPID" ] && kill "$LOCKPID"
sxmo_dmemu.sh close
sxmo_dmenu.sh close
exit 1
}

Loading…
Cancel
Save