Revision 10154
Added by Aaron Marcuse-Kubitza over 11 years ago
db.sh | ||
---|---|---|
238 | 238 |
echo_func; kw_params stdin |
239 | 239 |
|
240 | 240 |
use_pg |
241 |
log+ -2
|
|
241 |
log- 2
|
|
242 | 242 |
local PGHOST="$server"; export PGHOST |
243 | 243 |
local PGUSER="$user"; export PGUSER |
244 | 244 |
local PGPASSWORD="$password"; export PGPASSWORD |
Also available in: Unified diff
*{.sh,run}: use new log-() instead of log+() with a negative #