Browse Source

debug option was missing from mumbleserver

pull/1354/head
Daniel Gibbs 8 years ago
parent
commit
9d5097f9cd
  1. 2
      lgsm/functions/core_getopt.sh

2
lgsm/functions/core_getopt.sh

@ -447,6 +447,8 @@ case "${getopt}" in
command_postdetails.sh;;
b|backup)
command_backup.sh;;
d|debug)
command_debug.sh;;
dev|dev-debug)
command_dev_debug.sh;;
c|console)

Loading…
Cancel
Save