projects
/
matthijs
/
upstream
/
backupninja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84d86d0
)
r212@um: micah | 2005-12-27 09:12:22 -0500
author
Micah Anderson
<micah@riseup.net>
Tue, 27 Dec 2005 17:36:07 +0000
(17:36 +0000)
committer
Micah Anderson
<micah@riseup.net>
Tue, 27 Dec 2005 17:36:07 +0000
(17:36 +0000)
trivial code change
handlers/mysql
patch
|
blob
|
history
diff --git
a/handlers/mysql
b/handlers/mysql
index 965b05e9eb00b679f358865b1a5f294654ac5aed..b54ae95daf7d771513487f7737e6485954c50f9d 100644
(file)
--- 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"