Browse Source

Removed heredoc and use the < option instead

4.2
swysor 8 years ago
parent
commit
a0d4fc7e7b
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      system/sbin/kazoo-kamailio

+ 1
- 2
system/sbin/kazoo-kamailio View File

@ -60,8 +60,7 @@ mount_point_exists() {
}
init_database() {
KazooDB -init /etc/kazoo/kamailio/kazoodb.sql <<DONE
DONE
KazooDB < /etc/kazoo/kamailio/kazoodb.sql
}


Loading…
Cancel
Save