Skip to content

Commit

Permalink
Fix parseSMS.sh received dir
Browse files Browse the repository at this point in the history
  • Loading branch information
OsaAjani committed Jan 23, 2018
1 parent a87188b commit ce0c358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parseSMS.sh
Expand Up @@ -11,4 +11,4 @@ for i in `seq $SMS_MESSAGES` ; do
fi
sms="$sms$sms_text"
done
echo "$sms" >> /var/www/RaspiSMS/receiveds/"$date".txt
echo "$sms" >> /var/www/html/RaspiSMS/receiveds/"$date".txt

0 comments on commit ce0c358

Please sign in to comment.