From e228f36f6e77516ad44490981e337f23853c117b Mon Sep 17 00:00:00 2001 From: Stacy Harper Date: Sat, 18 Sep 2021 12:26:10 +0200 Subject: [PATCH] fix sxmo_phonemenu number used We were not shifting the cmd argument so we can only save "newcontact" as phone number... --- scripts/core/sxmo_contactmenu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/core/sxmo_contactmenu.sh b/scripts/core/sxmo_contactmenu.sh index fb8bcf9..92b2102 100755 --- a/scripts/core/sxmo_contactmenu.sh +++ b/scripts/core/sxmo_contactmenu.sh @@ -152,6 +152,7 @@ main() { if [ -n "$1" ]; then cmd="$1" + shift else cmd=main fi