From ffbdb87f7b2a05c9d0da2e4c7d282b26afd744b2 Mon Sep 17 00:00:00 2001
From: Quentin Duchemin <quentinduchemin@tuta.io>
Date: Thu, 5 Nov 2020 01:05:00 +0100
Subject: [PATCH] [Lufi] Fix things that... worked... strange

---
 pica-lufi/entrypoint.sh | 2 +-
 pica-lufi/lufi.conf     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pica-lufi/entrypoint.sh b/pica-lufi/entrypoint.sh
index be4b9a03..ffdc6ecf 100644
--- a/pica-lufi/entrypoint.sh
+++ b/pica-lufi/entrypoint.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 if [ -z "${EMAIL_PASSWORD}" ]; then
   echo "EMAIL_PASSWORD not set, exiting!"
diff --git a/pica-lufi/lufi.conf b/pica-lufi/lufi.conf
index 47648a5f..b2bec848 100644
--- a/pica-lufi/lufi.conf
+++ b/pica-lufi/lufi.conf
@@ -139,12 +139,12 @@
     mail => {
         # Valid values are 'sendmail' and 'smtp'
         how => 'smtp',
-        owargs => { host => 'mail.picasoft.net', ssl => 'starttls', sasl_username => 'drop', sasl_password => $ENV{'EMAIL_PASSWORD'}, helo => 'drop.test.picasoft.net'}
+        howargs => { host => 'mail.picasoft.net', ssl => 'starttls', sasl_username => 'drop', sasl_password => $ENV{'EMAIL_PASSWORD'}, helo => 'drop.picasoft.net'}
     },
 
     # Email sender address
     # optional, default to no-reply@lufi.io
-    mail_sender => 'drop@picasoft.net'
+    mail_sender => 'drop@picasoft.net',
 
     #############
     # DB settings
-- 
GitLab