From 04b17864141458db99027c082137a403978d9f4e Mon Sep 17 00:00:00 2001 From: John Locke Date: Sun, 25 Sep 2016 10:52:23 -0700 Subject: [PATCH] Set correct ssmtp path --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index f84f375..248c7b1 100755 --- a/start.sh +++ b/start.sh @@ -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