From 3e2362465198214211e750b210d088129ab847a8 Mon Sep 17 00:00:00 2001 From: Miles Alan Date: Thu, 23 Jul 2020 16:45:15 -0500 Subject: [PATCH] Fix typo in sxmo_modemtext.sh --- scripts/modem/sxmo_modemtext.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/modem/sxmo_modemtext.sh b/scripts/modem/sxmo_modemtext.sh index 9d99b22..1fc819b 100755 --- a/scripts/modem/sxmo_modemtext.sh +++ b/scripts/modem/sxmo_modemtext.sh @@ -11,7 +11,7 @@ menu() { } err() { - echo "$1" | menu -fn Terminus-20 -c -l 10 + echo "$1" | menu dmenu -fn Terminus-20 -c -l 10 kill $$ }