diff --git a/handlers/mysql.in b/handlers/mysql.in
index 6e894fee967d19a864e034e6bc5ba0fb48a25fda..b3048333cc031017402bffcfae5864ed91b7b136 100644
--- a/handlers/mysql.in
+++ b/handlers/mysql.in
@@ -88,7 +88,7 @@ if [ "$dbusername" != "" -a "$dbpassword" != "" ]
 then
     if [ $usevserver = yes ]
     then
-    	home=`$VSERVER $vsname exec getent passwd "root" | @AWK@ -F: '{print $6}'`
+	home=`$VSERVER $vsname exec getent passwd "root" | @AWK@ -F: '{print $6}'`
     else
     	home=`getent passwd "root" | @AWK@ -F: '{print $6}'`
     fi