From b977ff2ae30aa0a9189d64bc6cf46f94c87602f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roni=20V=C3=A4yrynen?= Date: Sat, 4 Sep 2021 22:38:52 +0300 Subject: [PATCH] remove obsolete https redirect config setting. fixes #93 --- xo-install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/xo-install.sh b/xo-install.sh index f0dcbec..138c860 100755 --- a/xo-install.sh +++ b/xo-install.sh @@ -673,8 +673,6 @@ function InstallXO { runcmd "sed -i \"s%# cert = '.\/certificate.pem'%cert = '$PATH_TO_HTTPS_CERT'%\" $INSTALLDIR/xo-builds/xen-orchestra-$TIME/packages/xo-server/sample.config.toml" # shellcheck disable=SC1117 runcmd "sed -i \"s%# key = '.\/key.pem'%key = '$PATH_TO_HTTPS_KEY'%\" $INSTALLDIR/xo-builds/xen-orchestra-$TIME/packages/xo-server/sample.config.toml" - # shellcheck disable=SC1117 - runcmd "sed -i \"s/# redirectToHttps/redirectToHttps/\" $INSTALLDIR/xo-builds/xen-orchestra-$TIME/packages/xo-server/sample.config.toml" sleep 2 fi