]> git.pld-linux.org Git - packages/mysql.git/blobdiff - mysql.init
- fixed syntax error
[packages/mysql.git] / mysql.init
index 957817882081e020aa6629911fbc618dcd6f8292..29f7a123ca0171cbf7303424fd4e537e933e9dae 100644 (file)
@@ -105,7 +105,7 @@ mysqlgetconfig() {
        config=`/etc/mysql/clusters.conf | grep '$clusterdir$' | cut -s -f 1 -d '='`
        if [ -f "$config" ]; then
                config_file=$config
-       elif [ -f /etc/mysql/$config ] then
+       elif [ -f /etc/mysql/$config ]; then
                config_file=/etc/mysql/$config
        elif [ -f "$clusterdir/mysqld.conf" ]; then
                config_file=$clusterdir/mysqld.conf
This page took 0.026828 seconds and 4 git commands to generate.