mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-14 02:54:28 +05:00
Add checks for octoprint service when installing DWC2/Mainsail
This commit is contained in:
@@ -4,6 +4,10 @@ mainsail_install_routine(){
|
||||
dep=(wget curl unzip)
|
||||
dep_check
|
||||
#execute operation
|
||||
#disable octoprint service if installed
|
||||
if systemctl is-enabled octoprint.service -q; then
|
||||
disable_octoprint_service
|
||||
fi
|
||||
disable_wrong_webserver
|
||||
remove_wrong_webserver
|
||||
install_moonraker
|
||||
|
||||
Reference in New Issue
Block a user