From: Micah Anderson Date: Tue, 27 Dec 2005 17:36:07 +0000 (+0000) Subject: r212@um: micah | 2005-12-27 09:12:22 -0500 X-Git-Tag: backupninja-0.9.2~26 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=commitdiff_plain;h=0ad20d5ad0d413920c65d8bcf5f0b1738962ed7e r212@um: micah | 2005-12-27 09:12:22 -0500 trivial code change --- diff --git a/handlers/mysql b/handlers/mysql index 965b05e..b54ae95 100644 --- a/handlers/mysql +++ b/handlers/mysql @@ -107,7 +107,8 @@ then fi [ -d $home ] || fatal "Can't find root's home directory ($home)." mycnf="$home/.my.cnf" - if [ -f $mycnf ]; then + if [ -f $mycnf ] + then # rename temporarily tmpcnf="$home/my.cnf.disable" debug "mv $mycnf $tmpcnf"