Skip to content

Commit

Permalink
fix issue with quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
nhorvath authored May 9, 2019
1 parent 8e02e10 commit 18848c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ HOURS=$1
if [ $# -eq 2 ] ; then
if ! hash mail 2>/dev/null ; then
echo 'mail program is required to send email. Try "sudo apt-get install heirloom-mailx ssmtp" or "sudo apt-get install ssmtp mailutils mpack"'
echo 'If you've never setup email on this system you should read this about setting up ssmtp https://github.com/rszimm/sprinklers_pi/issues/140#issuecomment-490645483'
echo "If you've never setup email on this system you should read this about setting up ssmtp https://github.com/rszimm/sprinklers_pi/issues/140#issuecomment-490645483"
exit 2
fi
EMAIL=$2
Expand Down

0 comments on commit 18848c1

Please sign in to comment.