Fixed path for COMPTA_HOME

This commit is contained in:
sparkyx 2004-04-05 23:27:27 +00:00
parent f0bae782e9
commit ede368562a
2 changed files with 1 additions and 1 deletions

View file

@ -104,7 +104,6 @@ do
done
# Installation des sources
export COMPTA_HOME=/home/httpd/compta
[ ! -d $COMPTA_HOME ] && mkdir $COMPTA_HOME
[ ! -d $COMPTA_HOME/html ] && mkdir $COMPTA_HOME/html
[ ! -d $COMPTA_HOME/html/image ] && mkdir $COMPTA_HOME/html/image

View file

@ -1,3 +1,4 @@
export COMPTA_HOME=/home/httpd/compta
export PGDATA=/opt/database
export PATH=/opt/psql732/bin:$PATH
export MANPATH=/opt/psql732/man