From a75938244a7cc4f5c33029b25500f80ed6abaaa9 Mon Sep 17 00:00:00 2001 From: Cyril Date: Mon, 11 Mar 2024 05:01:19 +0100 Subject: [PATCH] Update --- scripts/menu/KE/customize_menu_KE.sh | 2 +- scripts/menu/customize_menu.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/menu/KE/customize_menu_KE.sh b/scripts/menu/KE/customize_menu_KE.sh index 0dd910d..340d24c 100755 --- a/scripts/menu/KE/customize_menu_KE.sh +++ b/scripts/menu/KE/customize_menu_KE.sh @@ -44,7 +44,7 @@ function customize_menu_ke() { 2) if [ -f "$CREALITY_WEB_FILE" ]; then error_msg "Creality Web Interface is already present!" - elif [ ! -f "$INITD_FOLDER"/S99start_app ]: then + elif [ ! -f "$INITD_FOLDER"/S99start_app ]; then error_msg "Guppy Screen need to be removed first to restore Creality Web Interface!" else run "restore_creality_web_interface" "customize_menu_ui_ke" diff --git a/scripts/menu/customize_menu.sh b/scripts/menu/customize_menu.sh index bbf7fff..c51b45f 100755 --- a/scripts/menu/customize_menu.sh +++ b/scripts/menu/customize_menu.sh @@ -63,7 +63,7 @@ function customize_menu() { 4) if [ -f "$CREALITY_WEB_FILE" ]; then error_msg "Creality Web Interface is already present!" - elif [ ! -f "$INITD_FOLDER"/S99start_app ]: then + elif [ ! -f "$INITD_FOLDER"/S99start_app ]; then error_msg "Guppy Screen need to be removed first to restore Creality Web Interface!" else run "restore_creality_web_interface" "customize_menu_ui"