This commit is contained in:
qo-op 2020-05-11 05:49:52 +02:00
parent 44ed94821e
commit af7fbf154f
2 changed files with 3 additions and 1 deletions

View File

@ -22,6 +22,8 @@ function sms_SEND () {
if [[ -d ~/.zen/g1sms_wallets/$dest ]]; then
# TEST IF $dest IS ON CURRENT NODE
sudo gammu-smsd-inject TEXT "$dest" -text "$mess" 1>&2
else
log ">>>>>>>>>> INCONNU $dest"
fi
else
log ">>>>>>>>>>SMS ERROR BAD DESTINATION $dest"