mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-09 20:32:38 +01:00
r212@um: micah | 2005-12-27 09:12:22 -0500
trivial code change
This commit is contained in:
parent
84d86d056f
commit
0ad20d5ad0
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user