Update the SQL init script to pydio instead of Ajaxplorer

tags/0.2.0
Daniel Berteaud 11 years ago
parent 9b4c520180
commit e1e15054b3
  1. 8
      root/etc/e-smith/templates/etc/e-smith/sql/init/pydio

@ -1,9 +1,9 @@
{ {
my $db = ${'ajaxplorer'}{'DbName'} || 'ajaxplorer'; my $db = ${'pydio'}{'DbName'} || 'pydio';
my $user = ${'ajaxplorer'}{'DbUser'} || 'ajaxplorer'; my $user = ${'pydio'}{'DbUser'} || 'pydio';
my $pass = ${'ajaxplorer'}{'DbPassword'} || 'secret'; 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"; $OUT .= <<"END";
#! /bin/sh #! /bin/sh

Loading…
Cancel
Save