fix: forgot to disable nginx test during fluidd install

This commit is contained in:
th33xitus
2020-11-07 10:00:20 +01:00
committed by GitHub
parent e370c54739
commit 065786fea7

View File

@@ -70,7 +70,7 @@ install_fluidd(){
fluidd_port_check fluidd_port_check
#creating the fluidd nginx cfg #creating the fluidd nginx cfg
set_nginx_cfg "fluidd" set_nginx_cfg "fluidd"
test_nginx "$SET_LISTEN_PORT" #test_nginx "$SET_LISTEN_PORT"
locate_printer_cfg && read_printer_cfg "fluidd" locate_printer_cfg && read_printer_cfg "fluidd"
install_webui_macros install_webui_macros
fluidd_setup fluidd_setup
@@ -243,4 +243,4 @@ fluidd_setup(){
status_msg "Remove downloaded archive ..." status_msg "Remove downloaded archive ..."
rm -rf *.zip && ok_msg "Done!" && ok_msg "Fluidd installation complete!" rm -rf *.zip && ok_msg "Done!" && ok_msg "Fluidd installation complete!"
echo echo
} }