Sfoglia il codice sorgente

debug option was missing from mumbleserver

Daniel Gibbs 9 anni fa
parent
commit
9d5097f9cd
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      lgsm/functions/core_getopt.sh

+ 2 - 0
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)