Browse Source

Removed ts3 install option getopt

pull/403/head
Daniel Gibbs 10 years ago
parent
commit
9adcd5efb0
  1. 2
      functions/fn_getopt

2
functions/fn_getopt

@ -74,7 +74,7 @@ case "$getopt" in
auto-install)
fn_autoinstall;;
*)
echo "Usage: $0 {start|stop|restart|update|update-funtions|monitor|email-test|details|backup|install|auto-install}"
echo "Usage: $0 {start|stop|restart|update|update-funtions|monitor|email-test|details|backup}"
exit 1;;
esac
exit

Loading…
Cancel
Save