From: Thierry Parmentelat Date: Thu, 8 Jan 2009 10:01:52 +0000 (+0000) Subject: revert changeset 11449 as we rollback to drupal 4.7 X-Git-Tag: MyPLC-4.3-2~10 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=98c72d1d961d5f034f5f0c2d3e800fdc37739aa8;hp=9596efaaece0d876cd301ff9fce5d75f1a2483ca;p=myplc.git revert changeset 11449 as we rollback to drupal 4.7 --- 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