feature: remove option for tornado and nginx

This commit is contained in:
th33xitus
2020-07-18 20:30:49 +02:00
parent fed882298e
commit 28d7a4aeda
3 changed files with 48 additions and 2 deletions

View File

@@ -265,6 +265,18 @@ remove_menu(){
remove_octoprint
print_msg && CONFIRM_MSG="" && ERROR_MSG=""
remove_ui;;
5)
clear
print_header
remove_tornado
print_msg && CONFIRM_MSG="" && ERROR_MSG=""
remove_ui;;
6)
clear
print_header
remove_nginx
print_msg && CONFIRM_MSG="" && ERROR_MSG=""
remove_ui;;
Q|q)
clear; main_menu; break;;
*)