[sr-dev] git:master: Fix path for dbtext

Marius Zbihlei marius.zbihlei at 1and1.ro
Wed Oct 14 13:06:48 CEST 2009


Module: sip-router
Branch: master
Commit: 2605ea2432193a75ded29f522df996ea8fbcb4f4
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2605ea2432193a75ded29f522df996ea8fbcb4f4

Author: Marius Zbihlei <marius.zbihlei at 1and1.ro>
Committer: Marius Zbihlei <marius.zbihlei at 1and1.ro>
Date:   Wed Oct 14 14:05:44 2009 +0300

Fix path for dbtext

---

 test/unit/15.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/unit/15.sh b/test/unit/15.sh
index 3938e98..14b0e08 100755
--- a/test/unit/15.sh
+++ b/test/unit/15.sh
@@ -30,7 +30,7 @@ fi ;
 
 echo "loadmodule \"../../modules_k/db_text/db_text.so\"" >> $CFG
 cat 2.cfg >> $CFG
-echo "modparam(\"$DB_ALL_MOD\", \"db_url\", \"text://`pwd`/../../scripts/dbtext/kamailio\")" >> $CFG
+echo "modparam(\"$DB_ALL_MOD\", \"db_url\", \"text://`pwd`/../../utils/kamctl/dbtext/kamailio\")" >> $CFG
 
 $BIN -w . -f $CFG > /dev/null
 ret=$?




More information about the sr-dev mailing list