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

fix bad sed commands

parent 7bed19ee
No related branches found
No related tags found
No related merge requests found
...@@ -716,8 +716,8 @@ s/\${prodige_telecarto_prefix}/telecarto/ ...@@ -716,8 +716,8 @@ s/\${prodige_telecarto_prefix}/telecarto/
cp ${SCRIPTDIR}/dist/favicon.ico /home/sites/ cp ${SCRIPTDIR}/dist/favicon.ico /home/sites/
cp ${SCRIPTDIR}/dist/logo-client.png /home/sites/ cp ${SCRIPTDIR}/dist/logo-client.png /home/sites/
sed ' sed '
> /cas_proxy_chain/ s/telecarto)-)/telecarto)/ /cas_proxy_chain/ s/telecarto)-)/telecarto)/
> /cas_proxy_chain/ s/(www/www/' ${SCRIPTDIR}/dist/editables_parameters.yml > /home/sites/editables_parameters.yml /cas_proxy_chain/ s/(www/www/' ${SCRIPTDIR}/dist/editables_parameters.yml > /home/sites/editables_parameters.yml
sed '/\.DNS/ s/\.\"$/\"/ sed '/\.DNS/ s/\.\"$/\"/
s/CAS.PORT.*$/CAS.PORT : 443/' ${SCRIPTDIR}/dist/dns_config_prod.yml > /home/sites/dns_config.yml s/CAS.PORT.*$/CAS.PORT : 443/' ${SCRIPTDIR}/dist/dns_config_prod.yml > /home/sites/dns_config.yml
cd /home/sites cd /home/sites
......
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