Set correct ssmtp path

This commit is contained in:
John Locke 2016-09-25 10:52:23 -07:00
parent 3bfa2a5ae3
commit 7761c46712

View File

@ -10,7 +10,7 @@ if [[ ! -f ledgersmb.conf ]]; then
-e "s/\(host = \).*\$/\1$POSTGRES_HOST/g" \
-e "s/\(port = \).*\$/\1$POSTGRES_PORT/g" \
-e "s/\(default_db = \).*\$/\1$DEFAULT_DB/g" \
-e "s%\(sendmail = \).*%\1/usr/bin/ssmtp%g" \
-e "s%\(sendmail = \).*%\1/usr/sbin/ssmtp%g" \
/srv/ledgersmb/ledgersmb.conf
fi