1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-04-02 21:37:23 +02:00

local changes reverted

This commit is contained in:
Ashiq5
2020-11-06 01:05:05 +06:00
parent 3ce13c17b9
commit a8adb54b0b
7 changed files with 4 additions and 95 deletions

View File

@@ -213,7 +213,7 @@ def run_migrations():
print()
print("%s file doesn't exists. Skipping migration..." % (migration_id_file,))
return
return
ourver = int(migration_id)
while True:

View File

@@ -26,7 +26,7 @@ InstallNextcloud() {
echo
# Download and verify
wget_verify http://download.nextcloud.com/server/releases/nextcloud-$version.zip $hash /tmp/nextcloud.zip
wget_verify https://download.nextcloud.com/server/releases/nextcloud-$version.zip $hash /tmp/nextcloud.zip
# Remove the current owncloud/Nextcloud
rm -rf /usr/local/lib/owncloud
@@ -239,7 +239,7 @@ 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
# * 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)

View File

@@ -174,4 +174,3 @@ else
echo Then you can confirm the security exception and continue.
echo
fi