From db908d343ec0b85b5fa822b88762e6ab55dd2ccf Mon Sep 17 00:00:00 2001 From: osaajani Date: Tue, 23 Jan 2018 18:32:06 +0100 Subject: [PATCH] Fix parseSMS.sh received dir --- parseSMS.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parseSMS.sh b/parseSMS.sh index 37f813e..b0667cf 100755 --- a/parseSMS.sh +++ b/parseSMS.sh @@ -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