summaryrefslogtreecommitdiffstats
path: root/dgbuilder/createReleaseDir.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dgbuilder/createReleaseDir.sh')
-rwxr-xr-xdgbuilder/createReleaseDir.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/dgbuilder/createReleaseDir.sh b/dgbuilder/createReleaseDir.sh
index eff8485a..fddb1a6f 100755
--- a/dgbuilder/createReleaseDir.sh
+++ b/dgbuilder/createReleaseDir.sh
@@ -81,7 +81,8 @@ then
echo " 'restConfUser': '$restConfUser'," >>$customSettingsFile
echo " 'restConfPassword': '$restConfPassword'," >>$customSettingsFile
echo " 'formatXML': '$formatXML'," >>$customSettingsFile
- echo " 'formatJSON': '$formatJSON'" >>$customSettingsFile
+ echo " 'formatJSON': '$formatJSON'," >>$customSettingsFile
+ echo " 'enableHttps': true" >>$customSettingsFile
echo " }" >>$customSettingsFile
fi
#echo "Created custom settings file $customSettingsFile"