Skip to content
Snippets Groups Projects
Commit 0ad20d5a authored by micah's avatar micah :speech_balloon:
Browse files

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

 trivial code change
parent 84d86d05
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment