fixed update script: could not authenticate as root in psql
authorRoland Hieber <devnull@localhost>
Thu, 27 Aug 2009 02:10:15 +0000 (04:10 +0200)
committerRoland Hieber <devnull@localhost>
Thu, 27 Aug 2009 02:10:15 +0000 (04:10 +0200)
debian/postinst

index 573602d..8c50428 100644 (file)
@@ -7,5 +7,7 @@ chgrp www-data /usr/share/iserv/www/inc/mod_error-reporter/config.inc
 chkpriv
 chklocale
 # run update script
+export PGDATABASE=iserv
+export PGUSER=postgres
 php /usr/share/iserv/modules/error-reporter/update.php
 #DEBHELPER#
This page took 0.030656 seconds and 4 git commands to generate.