X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=handlers%2Fmysql;h=b6a2f2ab9c83b1c4af01256f4ddfc5a1d5b3f49d;hb=52d4622f5d12371a7a2c4a5f3e15754db0b8af76;hp=0f5cd5c470e9312b994b782a1c1e67f29b1c493b;hpb=5d835a799c48227b3535caf1954db0ca8af70f45;p=matthijs%2Fupstream%2Fbackupninja.git diff --git a/handlers/mysql b/handlers/mysql index 0f5cd5c..b6a2f2a 100644 --- a/handlers/mysql +++ b/handlers/mysql @@ -120,8 +120,11 @@ then if [ $usevserver ] then home=`$VSERVER $vsname exec getent passwd "root" | awk -F: '{print $6}'` + home="$vroot$home" + info "Home set to: $home" else home=`getent passwd "root" | awk -F: '{print $6}'` + info "Home set to: $home" fi [ -d $home ] || fatal "Can't find root's home directory ($home)." mycnf="$home/.my.cnf" @@ -151,7 +154,7 @@ EOF umask $oldmask defaultsfile="--defaults-file=$mycnf" elif [ "$userset" == "false" ]; then - # if user is set, don't use $configfile + # if user is set, don't use $mycnf defaultsfile="--defaults-file=$configfile" fi