Skip to content

Commit 40887ce

Browse files
committed
Update
1 parent 8c6be3e commit 40887ce

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/menu/3KE/install_menu_3KE.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ function install_menu_3ke() {
170170
elif [ ! -f "$ENTWARE_FILE" ]; then
171171
error_msg "Entware is needed, please install it first!"
172172
else
173-
run "disabled_feature" "install_menu_ui_3ke"
173+
run "install_moonraker_obico" "install_menu_ui_3ke"
174174
fi;;
175175
16)
176176
if [ ! -d "$MOONRAKER_FOLDER" ] && [ ! -d "$NGINX_FOLDER" ]; then

scripts/menu/3V3/install_menu_3V3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ function install_menu_3v3() {
188188
elif [ ! -f "$ENTWARE_FILE" ]; then
189189
error_msg "Entware is needed, please install it first!"
190190
else
191-
run "disabled_feature" "install_menu_ui_3v3"
191+
run "install_moonraker_obico" "install_menu_ui_3v3"
192192
fi;;
193193
18)
194194
if [ ! -d "$MOONRAKER_FOLDER" ]; then

scripts/menu/K1/install_menu_K1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ function install_menu_k1() {
207207
elif [ ! -f "$ENTWARE_FILE" ]; then
208208
error_msg "Entware is needed, please install it first!"
209209
else
210-
run "disabled_feature" "install_menu_ui_k1"
210+
run "install_moonraker_obico" "install_menu_ui_k1"
211211
fi;;
212212
21)
213213
if [ ! -d "$MOONRAKER_FOLDER" ] && [ ! -d "$NGINX_FOLDER" ]; then

0 commit comments

Comments
 (0)