correct variable name for incoming text number used in sms hook
This commit is contained in:
parent
a211d82939
commit
93de0d4d84
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ checkfornewtexts() {
|
||||||
"Message - $(sxmo_contacts.sh | grep -E "^$NUM:"): $TEXT"
|
"Message - $(sxmo_contacts.sh | grep -E "^$NUM:"): $TEXT"
|
||||||
|
|
||||||
if [ -x "$XDG_CONFIG_HOME/sxmo/hooks/sms" ]; then
|
if [ -x "$XDG_CONFIG_HOME/sxmo/hooks/sms" ]; then
|
||||||
"$XDG_CONFIG_HOME/sxmo/hooks/sms" "$(sxmo_contacts.sh | grep -E "^$INCOMINGNUMBER")" "$TEXT"
|
"$XDG_CONFIG_HOME/sxmo/hooks/sms" "$(sxmo_contacts.sh | grep -E "^$NUM")" "$TEXT"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue