From e1e15054b3733f12696a31938943fcd29f34c307 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 17 Oct 2013 17:50:09 +0200 Subject: [PATCH] Update the SQL init script to pydio instead of Ajaxplorer --- root/etc/e-smith/templates/etc/e-smith/sql/init/pydio | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/root/etc/e-smith/templates/etc/e-smith/sql/init/pydio b/root/etc/e-smith/templates/etc/e-smith/sql/init/pydio index 7506d85..cadcd02 100644 --- a/root/etc/e-smith/templates/etc/e-smith/sql/init/pydio +++ b/root/etc/e-smith/templates/etc/e-smith/sql/init/pydio @@ -1,9 +1,9 @@ { -my $db = ${'ajaxplorer'}{'DbName'} || 'ajaxplorer'; -my $user = ${'ajaxplorer'}{'DbUser'} || 'ajaxplorer'; -my $pass = ${'ajaxplorer'}{'DbPassword'} || 'secret'; +my $db = ${'pydio'}{'DbName'} || 'pydio'; +my $user = ${'pydio'}{'DbUser'} || 'pydio'; +my $pass = ${'pydio'}{'DbPassword'} || 'secret'; -my $feed = "/usr/share/ajaxplorer/plugins/feed.sql/create.sql"; +my $feed = "/usr/share/pydio/plugins/feed.sql/create.sql"; $OUT .= <<"END"; #! /bin/sh