diff options
Diffstat (limited to 'handlers/mysql.in')
| -rw-r--r-- | handlers/mysql.in | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/handlers/mysql.in b/handlers/mysql.in index 05ea396..185a98a 100644 --- a/handlers/mysql.in +++ b/handlers/mysql.in @@ -24,8 +24,8 @@ getconf configfile /etc/mysql/debian.cnf  # Decide if the handler should operate on a vserver or on the host.  # In the former case, check that $vsname exists and is running. -local usevserver=no -local vroot +usevserver=no +vroot=''  if [ $vservers_are_available = yes ]; then     if [ -n "$vsname" ]; then        # does it exist ? | 
