Skip to content

Commit

Permalink
Update action_customurl_instance.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy authored Feb 6, 2024
1 parent cb4aee6 commit 11de8f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/action_customurl_instance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" | \
Expand Down

0 comments on commit 11de8f0

Please sign in to comment.