From 62e5dd146b1dc49400007acd73641262f5cd93ab Mon Sep 17 00:00:00 2001 From: Stacy Harper Date: Mon, 23 Aug 2021 18:28:13 +0200 Subject: [PATCH] Fix the dmenu autoclosing on ended call. Oops. --- scripts/modem/sxmo_modemcall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/modem/sxmo_modemcall.sh b/scripts/modem/sxmo_modemcall.sh index 82da009..ea96705 100755 --- a/scripts/modem/sxmo_modemcall.sh +++ b/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 }