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 $$ }