Update remove_menu_3V3.sh
This commit is contained in:
parent
28af0cb083
commit
e6a193a6b5
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue