Module: kamailio Branch: master Commit: 631b69c43ffccbcecc3f43c3ebe4e614fe5f105d URL: https://github.com/kamailio/kamailio/commit/631b69c43ffccbcecc3f43c3ebe4e614...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@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/631b69c43ffccbcecc3f43c3ebe4e614... Patch: https://github.com/kamailio/kamailio/commit/631b69c43ffccbcecc3f43c3ebe4e614...
---
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