Fixed path for COMPTA_HOME
This commit is contained in:
parent
f0bae782e9
commit
ede368562a
2 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue