From 8afea54d651ae48894788d3dd14e714512ac65fe Mon Sep 17 00:00:00 2001 From: John Locke Date: Tue, 14 Mar 2017 13:41:59 -0700 Subject: [PATCH] Fix ssmtp update script --- update_ssmtp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_ssmtp.sh b/update_ssmtp.sh index af2b44f..6961eec 100644 --- a/update_ssmtp.sh +++ b/update_ssmtp.sh @@ -1,6 +1,6 @@ #!/bin/bash ConfiguredComment='# install script update_ssmtp.sh has configured ssmtp' -grep -qc "$ConfiguredComment" /etc/ssmtp.conf && { +grep -qc "$ConfiguredComment" /etc/ssmtp/ssmtp.conf && { echo "smtp configured." exit }