From: Mark Huang Date: Fri, 27 Oct 2006 20:27:04 +0000 (+0000) Subject: - update Drupal site_name variable with PLC_NAME X-Git-Tag: planetlab-4_0-rc1~90 X-Git-Url: http://git.onelab.eu/?p=myplc.git;a=commitdiff_plain;h=5bcbe0f8f73ad14936cd58516b5652a898ded8bf - update Drupal site_name variable with PLC_NAME --- diff --git a/plc.d/db b/plc.d/db index 0286f61..b4da453 100755 --- a/plc.d/db +++ b/plc.d/db @@ -7,7 +7,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: api,v 1.3 2006/04/25 21:18:19 mlhuang Exp $ +# $Id: db,v 1.1 2006/06/23 21:41:42 mlhuang Exp $ # # Source function library and configuration @@ -36,6 +36,12 @@ case "$1" in # DB schema itself. psql -U $PLC_DB_USER -c "UPDATE persons SET email='$PLC_API_MAINTENANCE_USER' WHERE person_id=1" $PLC_DB_NAME + # Update the Drupal site_name variable + psql -U $PLC_DB_USER drupal <