Merge branch 'donbeave-master'

This commit is contained in:
Diego Lendoiro 2017-11-14 11:18:30 +01:00
commit 9f3d2a91d7
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ core_setup() {
sed -i s:$default_seed:${CIPHERSEED:-$default_seed}:g $core_config sed -i s:$default_seed:${CIPHERSEED:-$default_seed}:g $core_config
sed -i "/example.com/ s:\/\/::" $core_config sed -i "/example.com/ s:\/\/::" $core_config
sed -i s:example.com:${URL:-$default_url}:g $core_config sed -i s:example.com:${URL:-$default_url}:g $core_config
if [ "$ssl" != false ]; then if [ "${SSL:-true}" != false ]; then
sed -i s:http:https:g $core_config sed -i s:http:https:g $core_config
fi fi
} }