4
0
Эх сурвалжийг харах

debug option was missing from mumbleserver

Daniel Gibbs 9 жил өмнө
parent
commit
9d5097f9cd

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