This website works better with JavaScript
Home
Explore
Help
Sign In
Kamailio
/
kamailio
mirror of
https://github.com/kamailio/kamailio.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
kamctl: Minor typo (missing ;;), resulted in Syntax Error: syntax error near unexpected token `)' (on Debian 7)
Carsten Bock
11 years ago
parent
56ed48bf48
commit
80536540ca
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
utils/kamctl/kamctl
+ 1
- 0
utils/kamctl/kamctl
View File
@@ -1017,6 +1017,7 @@ db_ops() {
exit 1
fi
$DBCMDCONNECT
+ ;;
*)
usage_db_ops
exit 1