Update
This commit is contained in:
parent
cb4c67734e
commit
a75938244a
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ function customize_menu_ke() {
|
||||||
2)
|
2)
|
||||||
if [ -f "$CREALITY_WEB_FILE" ]; then
|
if [ -f "$CREALITY_WEB_FILE" ]; then
|
||||||
error_msg "Creality Web Interface is already present!"
|
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!"
|
error_msg "Guppy Screen need to be removed first to restore Creality Web Interface!"
|
||||||
else
|
else
|
||||||
run "restore_creality_web_interface" "customize_menu_ui_ke"
|
run "restore_creality_web_interface" "customize_menu_ui_ke"
|
||||||
|
|
|
@ -63,7 +63,7 @@ function customize_menu() {
|
||||||
4)
|
4)
|
||||||
if [ -f "$CREALITY_WEB_FILE" ]; then
|
if [ -f "$CREALITY_WEB_FILE" ]; then
|
||||||
error_msg "Creality Web Interface is already present!"
|
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!"
|
error_msg "Guppy Screen need to be removed first to restore Creality Web Interface!"
|
||||||
else
|
else
|
||||||
run "restore_creality_web_interface" "customize_menu_ui"
|
run "restore_creality_web_interface" "customize_menu_ui"
|
||||||
|
|
Loading…
Add table
Reference in a new issue