mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-05-01 13:56:28 +02:00
Fix parseSMS.sh received dir
This commit is contained in:
parent
89e25c5d5e
commit
db908d343e
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