Compare commits

..

3 Commits

Author SHA1 Message Date
John Locke
b549b8a143 1.4.36 2016-12-12 08:40:19 -08:00
John Locke
9cda9c1dd3 1.4.34 2016-10-15 09:48:43 -07:00
John Locke
7761c46712 Set correct ssmtp path 2016-09-25 10:54:26 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ RUN DEBIAN_FRONTENT=noninteractive && \
ssmtp
# Build time variables
ENV LSMB_VERSION 1.4.33
ENV LSMB_VERSION 1.4.36
# Install LedgerSMB

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