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:
parent
f41bf2aee6
commit
e228f36f6e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue