]> git.proxmox.com Git - dab.git/commitdiff
fix mysql bootstrap for jessie
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 2 Oct 2014 05:47:13 +0000 (07:47 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 2 Oct 2014 05:47:13 +0000 (07:47 +0200)
DAB.pm

diff --git a/DAB.pm b/DAB.pm
index 88e3fe88a97334c9b0fa6e9f8a0c6347b0bd8d04..f0aca7e701952b2fb584ba90bf9936fabbe3f9ea 100644 (file)
--- a/DAB.pm
+++ b/DAB.pm
@@ -1518,7 +1518,7 @@ sub ve_mysql_bootstrap {
 
     my $suite = $self->{config}->{suite};
  
-    if ($suite eq 'squeeze' || $suite eq 'wheezy') {
+    if ($suite eq 'squeeze' || $suite eq 'wheezy' || $suite eq 'jessie') {
        $cmd = "/usr/sbin/mysqld --bootstrap --user=mysql --skip-grant-tables";
 
     } else {