8 lines
188 B
Bash
Executable file
8 lines
188 B
Bash
Executable file
export PGDATA=/opt/database
|
|
export PATH=/opt/psql732/bin:$PATH
|
|
export MANPATH=/opt/psql732/man
|
|
export PATH=$PATH:/home/danpo/doxygen/bin
|
|
#
|
|
# Owner of the database
|
|
#
|
|
export OWNER=phpcompta
|