fix sxmo_phonemenu number used

We were not shifting the cmd argument so we can only save "newcontact"
as phone number...
This commit is contained in:
Stacy Harper 2021-09-18 12:26:10 +02:00
parent f41bf2aee6
commit e228f36f6e
No known key found for this signature in database
GPG key ID: EABA44759877E02A

View file

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