From 8e82b211728e35616164d2a3b11dc05bce44ad92 Mon Sep 17 00:00:00 2001 From: micah Date: Tue, 27 Dec 2005 17:36:07 +0000 Subject: [PATCH] r212@um: micah | 2005-12-27 09:12:22 -0500 trivial code change git-svn-id: http://code.autistici.org/svn/backupninja/trunk@273 758a04ac-41e6-0310-8a23-8373a73cc35d --- handlers/mysql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.30.2