From 88ac0dda5c1dab6c44556e8aa7c2d66711aa4b8f Mon Sep 17 00:00:00 2001 From: Cyril Date: Mon, 11 Mar 2024 21:24:48 +0100 Subject: [PATCH] Update creality_web_interface.sh --- scripts/creality_web_interface.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/creality_web_interface.sh b/scripts/creality_web_interface.sh index 2ba5e35..8898ee3 100755 --- a/scripts/creality_web_interface.sh +++ b/scripts/creality_web_interface.sh @@ -57,7 +57,7 @@ function remove_creality_web_interface(){ restart_nginx ok_msg "Creality Web Interface has been removed successfully!" echo -e " ${white}You can now connect to Mainsail Web Interface with ${yellow}http://$(check_ipaddress)${white}" - elif [ -d "$FLUIDD_FOLDER" ] && [ -d "$FLUIDD_FOLDER" ]; then + elif [ -d "$FLUIDD_FOLDER" ] && [ -d "$MAINSAIL_FOLDER" ]; then local interface_choice while true; do echo