From ef7c6e3fc1ef2018a1f4f5c58cd8e2954fe3224a Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 5 Nov 2013 16:29:02 +0100 Subject: [PATCH] mysql struct is in opensondage package --- root/etc/e-smith/templates/etc/e-smith/sql/init/opensondage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/e-smith/templates/etc/e-smith/sql/init/opensondage b/root/etc/e-smith/templates/etc/e-smith/sql/init/opensondage index 81f22e7..5de17ee 100644 --- a/root/etc/e-smith/templates/etc/e-smith/sql/init/opensondage +++ b/root/etc/e-smith/templates/etc/e-smith/sql/init/opensondage @@ -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