1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-18 18:07:22 +01:00

setup now asks for and sets the system timezone

closes #294
see #328
maybe related to #235
This commit is contained in:
Joshua Tauberer
2015-12-26 08:08:08 -05:00
parent dbf4729109
commit e4a4b47fac
3 changed files with 35 additions and 0 deletions

View File

@@ -34,6 +34,8 @@ if [ -f /etc/mailinabox.conf ]; then
cat /etc/mailinabox.conf | sed s/^/DEFAULT_/ > /tmp/mailinabox.prev.conf
source /tmp/mailinabox.prev.conf
rm -f /tmp/mailinabox.prev.conf
else
FIRST_TIME_SETUP=1
fi
# Put a start script in a global location. We tell the user to run 'mailinabox'