Merge branch 'Guilouz:main' into main

This commit is contained in:
genuineparts 2025-02-01 16:52:33 +01:00 committed by GitHub
commit 66a7dfc519
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -170,7 +170,7 @@ function install_menu_3ke() {
elif [ ! -f "$ENTWARE_FILE" ]; then
error_msg "Entware is needed, please install it first!"
else
run "disabled_feature" "install_menu_ui_3ke"
run "install_moonraker_obico" "install_menu_ui_3ke"
fi;;
16)
if [ ! -d "$MOONRAKER_FOLDER" ] && [ ! -d "$NGINX_FOLDER" ]; then

View file

@ -188,7 +188,7 @@ function install_menu_3v3() {
elif [ ! -f "$ENTWARE_FILE" ]; then
error_msg "Entware is needed, please install it first!"
else
run "disabled_feature" "install_menu_ui_3v3"
run "install_moonraker_obico" "install_menu_ui_3v3"
fi;;
18)
if [ ! -d "$MOONRAKER_FOLDER" ]; then

View file

@ -207,7 +207,7 @@ function install_menu_k1() {
elif [ ! -f "$ENTWARE_FILE" ]; then
error_msg "Entware is needed, please install it first!"
else
run "disabled_feature" "install_menu_ui_k1"
run "install_moonraker_obico" "install_menu_ui_k1"
fi;;
21)
if [ ! -d "$MOONRAKER_FOLDER" ] && [ ! -d "$NGINX_FOLDER" ]; then