diff --git a/scripts/menu/3V3/remove_menu_3V3.sh b/scripts/menu/3V3/remove_menu_3V3.sh index 1cecd16..fbcace1 100755 --- a/scripts/menu/3V3/remove_menu_3V3.sh +++ b/scripts/menu/3V3/remove_menu_3V3.sh @@ -91,7 +91,7 @@ function remove_menu_3v3() { error_msg "Entware is needed to use OctoEverywhere, please uninstall it first!" elif [ -d "$MOONRAKER_OBICO_FOLDER" ]; then 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!" else run "remove_entware" "remove_menu_ui_3v3"