From 98c72d1d961d5f034f5f0c2d3e800fdc37739aa8 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 8 Jan 2009 10:01:52 +0000 Subject: [PATCH 1/1] revert changeset 11449 as we rollback to drupal 4.7 --- plc.d/postgresql | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plc.d/postgresql b/plc.d/postgresql index 8099462..4a78391 100755 --- a/plc.d/postgresql +++ b/plc.d/postgresql @@ -165,9 +165,7 @@ case "$1" in check if ! psql -U $PLC_DB_USER -c "" drupal >/dev/null 2>&1 ; then createdb -U postgres --encoding=UNICODE --owner=$PLC_DB_USER drupal - # when using drupal 6.x, we must not do this - drupal_schema=/var/www/html/database/database.pgsql - [ -f $drupal_schema ] && psql -U $PLC_DB_USER -f $drupal_schema drupal + psql -U $PLC_DB_USER -f /var/www/html/database/database.pgsql drupal fi check -- 2.43.0