diff --git a/handlers/mysql.helper.in b/handlers/mysql.helper.in index 6501d60028529e4cbaba6b970e24d16802b0f361..02c8055dbf7e233ba78c574c90052a5f93eefe32 100644 --- a/handlers/mysql.helper.in +++ b/handlers/mysql.helper.in @@ -75,9 +75,9 @@ do_mysql_final() { compress="compress = no" for opt in $result; do case $opt in - '"sqldump"') sqldump="sqldump = yes";; - '"hotcopy"') hotcopy="hotcopy = yes";; - '"compress"') compress="compress = yes";; + 'sqldump') sqldump="sqldump = yes";; + 'hotcopy') hotcopy="hotcopy = yes";; + 'compress') compress="compress = yes";; esac done get_next_filename $configdirectory/20.mysql