From 97083a1e0c8d57bceb9ccdac782cb4d4aab89162 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Mon, 17 Mar 2014 00:46:59 +0000 Subject: [PATCH] to run webmail.sh directly, it needs to source the global variables --- scripts/webmail.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/webmail.sh b/scripts/webmail.sh index 5fa1562d..db74f560 100755 --- a/scripts/webmail.sh +++ b/scripts/webmail.sh @@ -1,6 +1,8 @@ # Webmail: Using roundcube ########################## +source /etc/mailinabox.conf # load global vars + DEBIAN_FRONTEND=noninteractive apt-get install -q -y \ roundcube-core php5-sqlite