fixed error: echo should be sed
This commit is contained in:
parent
d73e8b904f
commit
59b7d46809
4
setup.sh
4
setup.sh
@ -537,8 +537,8 @@ sed -i -e "s%${tag_sslkey}%${KeyPath}%" "${configPath}/${file_ssl}"
|
|||||||
|
|
||||||
# process mozModern SSL configuration
|
# process mozModern SSL configuration
|
||||||
echo "updating ${warn}${configPath}/${file_mozmodern}${norm}"
|
echo "updating ${warn}${configPath}/${file_mozmodern}${norm}"
|
||||||
echo -i -e "s%${tag_dhparam}%${DHPath}%" "${configPath}/${file_mozmodern}"
|
sed -i -e "s%${tag_dhparam}%${DHPath}%" "${configPath}/${file_mozmodern}"
|
||||||
echo -i -e "s%${tag_cachain}%${CAChainPath}%" "${configPath}/${file_mozmodern}"
|
sed -i -e "s%${tag_cachain}%${CAChainPath}%" "${configPath}/${file_mozmodern}"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user