mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-30 05:16:28 +02:00
Fix parseSMS.sh received dir
This commit is contained in:
parent
a87188b9d7
commit
ce0c3580c1
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@ for i in `seq $SMS_MESSAGES` ; do
|
||||||
fi
|
fi
|
||||||
sms="$sms$sms_text"
|
sms="$sms$sms_text"
|
||||||
done
|
done
|
||||||
echo "$sms" >> /var/www/RaspiSMS/receiveds/"$date".txt
|
echo "$sms" >> /var/www/html/RaspiSMS/receiveds/"$date".txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue