Skip to content
Snippets Groups Projects
Commit 7bed19ee authored by Chef Projet Prodige's avatar Chef Projet Prodige
Browse files

fix DNS_PREFIX_SEP

parent cab9525d
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@ DNS_SUFFIX=`echo "$WWWURL" | sed 's/^www//'`
# DOMAIN= domain.tld ou xyz.domain.tld
DOMAIN=`echo $DNS_SUFFIX | sed 's/^-\?[a-z0-9]*\.//'`
# DNS_PREFIX_SEP = . ou -
DNS_PREFIX_SEP=`echo $WWWURL | sed 's/\(www\)\([\.-]\).*$/\2/'`
DNS_PREFIX_SEP=`echo $WWWURL | sed 's/\(www\|catalogue\)\([\.-]\).*$/\2/'`
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment