Commit 11acaf6e authored by Marco Mariani's avatar Marco Mariani

removed quote escaping

parent 9a2c2047
...@@ -209,7 +209,7 @@ saveConfigKey() { ...@@ -209,7 +209,7 @@ saveConfigKey() {
#fi #fi
echo -n "** Saving $location config key $key..." echo -n "** Saving $location config key $key..."
${zimbra_home}/bin/zmprov -m -l -- ${zmprov_opts} ${key} \"$content\" 2> /dev/null ${zimbra_home}/bin/zmprov -m -l -- ${zmprov_opts} ${key} "$content" 2> /dev/null
if [ $? = 0 ]; then if [ $? = 0 ]; then
echo "done." echo "done."
else else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment