r212@um: micah | 2005-12-27 09:12:22 -0500

trivial code change
This commit is contained in:
Micah Anderson 2005-12-27 17:36:07 +00:00
parent 84d86d056f
commit 0ad20d5ad0

View File

@ -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"