X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plc.d%2Fdb;h=b4da45323cc5bf94f21674772b2c302559041955;hb=5bcbe0f8f73ad14936cd58516b5652a898ded8bf;hp=0286f6137435e7a4332f18d7f83371c7d37476ad;hpb=353c2b721a7558c3d2f1ca0db4c0d5bb4c033b22;p=myplc.git 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 <