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