From 11de8f0f77e817a4608cfa57235d486d50e479d8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 6 Feb 2024 12:47:34 +0100 Subject: [PATCH] Update action_customurl_instance.sh --- scripts/action_customurl_instance.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/action_customurl_instance.sh b/scripts/action_customurl_instance.sh index 5e1e1856e..4e6957bf9 100755 --- a/scripts/action_customurl_instance.sh +++ b/scripts/action_customurl_instance.sh @@ -252,8 +252,7 @@ if [[ "$mode" == "deploycustomurl" ]]; then sed -e 's;__SELLYOURSAAS_LOGIN_FOR_SUPPORT__;$SELLYOURSAAS_LOGIN_FOR_SUPPORT;g' | \ sed -e 's;#ErrorLog;$ErrorLog;g' | \ sed -e 's;__webMyAccount__;$SELLYOURSAAS_ACCOUNT_URL;g' | \ - sed -e 's;__webAppPath__;$instancedir;g' | \ - sed -e 's/with\.sellyoursaas\.com/$CERTIFFORCUSTOMDOMAIN/g' > $apacheconf" + sed -e 's;__webAppPath__;$instancedir;g' > $apacheconf" cat $vhostfile | sed -e "s/__webAppDomain__/$customurl/g" | \ sed -e "s/__webAppAliases__/$customurl/g" | \ sed -e "s/__webAppLogName__/$instancename/g" | \