Update remove_menu_3V3.sh

This commit is contained in:
Cyril 2024-05-19 21:23:38 +02:00
parent 28af0cb083
commit e6a193a6b5

View file

@ -91,7 +91,7 @@ function remove_menu_3v3() {
error_msg "Entware is needed to use OctoEverywhere, please uninstall it first!" error_msg "Entware is needed to use OctoEverywhere, please uninstall it first!"
elif [ -d "$MOONRAKER_OBICO_FOLDER" ]; then elif [ -d "$MOONRAKER_OBICO_FOLDER" ]; then
error_msg "Entware is needed to use Moonraker Obico, please uninstall it first!" error_msg "Entware is needed to use Moonraker Obico, please uninstall it first!"
elif [ ! -f "$USB_CAMERA_FILE" ]; then elif [ -f "$USB_CAMERA_FILE" ]; then
error_msg "Entware is needed to use USB Camera Support, please uninstall it first!" error_msg "Entware is needed to use USB Camera Support, please uninstall it first!"
else else
run "remove_entware" "remove_menu_ui_3v3" run "remove_entware" "remove_menu_ui_3v3"