From 3d23b089188f5390a722fc8fa288cd4aa6f26efb Mon Sep 17 00:00:00 2001 From: Git Repository Date: Mon, 24 Apr 2017 18:09:13 -0700 Subject: [PATCH] Updated the comment block with mail_domain change --- setup/owncloud.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/owncloud.sh b/setup/owncloud.sh index 68b32acb..16fd4b9a 100755 --- a/setup/owncloud.sh +++ b/setup/owncloud.sh @@ -261,6 +261,8 @@ fi # * We need to set the timezone to the system timezone to allow fail2ban to ban # users within the proper timeframe # * We need to set the logdateformat to something that will work correctly with fail2ban +# * mail_domain' needs to be set every time we run the setup. Making sure we are setting +# the correct domain name if the domain is being change from the previous setup. # Use PHP to read the settings file, modify it, and write out the new settings array. TIMEZONE=$(cat /etc/timezone) CONFIG_TEMP=$(/bin/mktemp)