mysql struct is in opensondage package

This commit is contained in:
Daniel Berteaud 2013-11-05 16:29:02 +01:00
parent 1dcb40a8a0
commit ef7c6e3fc1
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ my $db = $opensondage{'DbName'} || 'opensondage';
my $user = $opensondage{'DbUser'} || 'opensondage';
my $pass = $opensondage{'DbPassword'} || 'secret';
my $dbstruct = `rpm -qd smeserver-opensondage | grep mysql.sql`;
my $dbstruct = `rpm -qd opensondage | grep mysql.sql`;
$OUT .= <<"END";
#! /bin/sh