Index: openacs-4/etc/install/install.sh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/etc/install/install.sh,v diff -u -r1.25 -r1.26 --- openacs-4/etc/install/install.sh 5 Nov 2003 11:20:50 -0000 1.25 +++ openacs-4/etc/install/install.sh 5 Nov 2003 11:24:06 -0000 1.26 @@ -14,7 +14,9 @@ # @author Joel Aufrecht (joel@aufrecht.org) # If any command fails - exit -set -e +# not using this because we don't have a way for postgres database user drop/add to work without +# failure regardless of whether the user already exists or not. +#set -e # Uncomment following line for debug mode #set -x