From a3d13c6c7dfb26352ef57cee5d721c17b0662498 Mon Sep 17 00:00:00 2001 From: Stacy Harper Date: Sun, 13 Jun 2021 08:51:34 +0200 Subject: [PATCH] Fix shellcheck error --- scripts/core/sxmo_contactmenu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/sxmo_contactmenu.sh b/scripts/core/sxmo_contactmenu.sh index 8167700..02468e3 100755 --- a/scripts/core/sxmo_contactmenu.sh +++ b/scripts/core/sxmo_contactmenu.sh @@ -15,7 +15,7 @@ valid_number() { return fi - notify-send "\""$1"\" is not a valid phone number" + notify-send "\"$1\" is not a valid phone number" exit }