From 0c381c4da634a920f70e0886dc74e162c77645e6 Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Tue, 24 May 2016 02:44:21 -0400
Subject: [PATCH] Implemented #3916 Disabled Strict-Transport-Security in default apache template.

---
 server/scripts/update_from_dev_stable.sh |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/server/scripts/update_from_dev_stable.sh b/server/scripts/update_from_dev_stable.sh
index 1988189..a5dc106 100644
--- a/server/scripts/update_from_dev_stable.sh
+++ b/server/scripts/update_from_dev_stable.sh
@@ -10,12 +10,12 @@
     exit 1
 }
 
-wget -O ispconfig3-dev.tar.gz "http://git.ispconfig.org/ispconfig/ispconfig3/repository/archive.tar.gz?ref=stable-3.1"
+wget -O ispconfig3-dev.tar.gz "https://git.ispconfig.org/ispconfig/ispconfig3/repository/archive.tar.gz?ref=stable-3.1"
 tar xzf ispconfig3-dev.tar.gz
 
 echo -n "Latest git version:  "
-ls -1d ispconfig3-master*
-cd ispconfig3-master*/install
+ls -1d ispconfig3-stable*
+cd ispconfig3-stable*/install
 
 php -q \
     -d disable_classes= \

--
Gitblit v1.9.1