This commit is contained in:
Cyril 2024-05-19 21:24:14 +02:00
parent e6a193a6b5
commit bb76f7354a
2 changed files with 2 additions and 2 deletions

View file

@ -96,7 +96,7 @@ function remove_menu_k1() {
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_k1" run "remove_entware" "remove_menu_ui_k1"

View file

@ -89,7 +89,7 @@ function remove_menu_ke() {
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_ke" run "remove_entware" "remove_menu_ui_ke"