Browse Source

Fix path for dbtext

Marius Zbihlei 16 years ago
parent
commit
2605ea2432
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/unit/15.sh

+ 1 - 1
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=$?