fix sxmo_phonemenu number used

We were not shifting the cmd argument so we can only save "newcontact"
as phone number...
master
Stacy Harper 3 years ago
parent f41bf2aee6
commit e228f36f6e
No known key found for this signature in database
GPG Key ID: EABA44759877E02A
  1. 1
      scripts/core/sxmo_contactmenu.sh

@ -152,6 +152,7 @@ main() {
if [ -n "$1" ]; then
cmd="$1"
shift
else
cmd=main
fi

Loading…
Cancel
Save