Browse Source

add db param to KazooDB

drop_requests
lazedo 7 years ago
committed by GitHub
parent
commit
751e7de9a2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kamailio/db_scripts/db_kazoo-specific

+ 1
- 1
kamailio/db_scripts/db_kazoo-specific View File

@ -14,7 +14,7 @@ EOF
sql_setup() { sql_setup() {
DB_KAZOO_LOCATION=${DB_KAZOO_LOCATION:-/etc/kazoo/kamailio/db} DB_KAZOO_LOCATION=${DB_KAZOO_LOCATION:-/etc/kazoo/kamailio/db}
mkdir -p ${DB_KAZOO_LOCATION} mkdir -p ${DB_KAZOO_LOCATION}
KazooDB ${DB_KAZOO_LOCATION}/kazoo.db < $1
KazooDB -db ${DB_KAZOO_LOCATION}/kazoo.db < $1
} }
sql_header() { sql_header() {


Loading…
Cancel
Save