This website works better with JavaScript.
Home
Explore
Help
Sign In
ruhnet
/
kazoo-configs-kamailio
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
183
Wiki
Activity
Browse Source
Removed heredoc and use the < option instead
4.2
swysor
8 years ago
parent
923c5d990c
commit
a0d4fc7e7b
1 changed files
with
1 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
system/sbin/kazoo-kamailio
+ 1
- 2
system/sbin/kazoo-kamailio
View File
@ -60,8 +60,7 @@ mount_point_exists() {
}
}
init_database() {
init_database() {
KazooDB -init /etc/kazoo/kamailio/kazoodb.sql <<DONE
DONE
KazooDB < /etc/kazoo/kamailio/kazoodb.sql
}
}
Write
Preview
Loading…
Cancel
Save