[sr-dev] git:master:631b69c4: kamdbct: fixed typo in pgpass name
Daniel-Constantin Mierla
miconda at gmail.com
Mon Jun 13 14:48:57 CEST 2016
Module: kamailio
Branch: master
Commit: 631b69c43ffccbcecc3f43c3ebe4e614fe5f105d
URL: https://github.com/kamailio/kamailio/commit/631b69c43ffccbcecc3f43c3ebe4e614fe5f105d
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2016-06-13T12:33:28+02:00
kamdbct: fixed typo in pgpass name
---
Modified: utils/kamctl/kamdbctl.pgsql
---
Diff: https://github.com/kamailio/kamailio/commit/631b69c43ffccbcecc3f43c3ebe4e614fe5f105d.diff
Patch: https://github.com/kamailio/kamailio/commit/631b69c43ffccbcecc3f43c3ebe4e614fe5f105d.patch
---
diff --git a/utils/kamctl/kamdbctl.pgsql b/utils/kamctl/kamdbctl.pgsql
index d8250f6..d6452ba 100644
--- a/utils/kamctl/kamdbctl.pgsql
+++ b/utils/kamctl/kamdbctl.pgsql
@@ -43,7 +43,7 @@ fi
if [ -z "$DBROOTUSER" ]; then
DBROOTUSER="postgres"
if [ ! -r ~/.pgpass ]; then
- merr "~./pgpass does not exist, please create this file and support proper credentials for user postgres."
+ merr "~/.pgpass does not exist, please create this file and support proper credentials for user postgres."
merr "Note: you need at least postgresql>= 7.3"
exit 1
fi
More information about the sr-dev
mailing list