Revision 276
Added by Aaron Marcuse-Kubitza almost 13 years ago
bin/psql_vegbien | ||
---|---|---|
3 | 3 |
|
4 | 4 |
selfDir="$(dirname -- "$0")" |
5 | 5 |
|
6 |
bien_password="$(cat "$selfDir/bien_password")" |
|
6 |
bien_password="$(cat "$selfDir/../config/bien_password")"
|
|
7 | 7 |
. "$selfDir/vegbien_dest" |
8 | 8 |
export PGHOST="$out_host" PGUSER="$out_user" PGPASSWORD="$out_password" |
9 | 9 |
|
Also available in: Unified diff
psql_vegbien: Use new location of bien_password