Update
This commit is contained in:
parent
31c2b15cea
commit
d6e1235feb
3 changed files with 3 additions and 6 deletions
|
@ -193,8 +193,7 @@ function install_menu_3v3() {
|
||||||
elif [ ! -f "$ENTWARE_FILE" ]; then
|
elif [ ! -f "$ENTWARE_FILE" ]; then
|
||||||
error_msg "Entware is needed, please install it first!"
|
error_msg "Entware is needed, please install it first!"
|
||||||
else
|
else
|
||||||
#run "install_moonraker_obico" "install_menu_ui_3v3"
|
run "install_moonraker_obico" "install_menu_ui_3v3"
|
||||||
run "disabled_feature" "install_menu_ui_3v3"
|
|
||||||
fi;;
|
fi;;
|
||||||
18)
|
18)
|
||||||
if [ ! -d "$MOONRAKER_FOLDER" ]; then
|
if [ ! -d "$MOONRAKER_FOLDER" ]; then
|
||||||
|
|
|
@ -212,8 +212,7 @@ function install_menu_k1() {
|
||||||
elif [ ! -f "$ENTWARE_FILE" ]; then
|
elif [ ! -f "$ENTWARE_FILE" ]; then
|
||||||
error_msg "Entware is needed, please install it first!"
|
error_msg "Entware is needed, please install it first!"
|
||||||
else
|
else
|
||||||
#run "install_moonraker_obico" "install_menu_ui_k1"
|
run "install_moonraker_obico" "install_menu_ui_k1"
|
||||||
run "disabled_feature" "install_menu_ui_k1"
|
|
||||||
fi;;
|
fi;;
|
||||||
21)
|
21)
|
||||||
if [ ! -d "$MOONRAKER_FOLDER" ] && [ ! -d "$NGINX_FOLDER" ]; then
|
if [ ! -d "$MOONRAKER_FOLDER" ] && [ ! -d "$NGINX_FOLDER" ]; then
|
||||||
|
|
|
@ -161,8 +161,7 @@ function install_menu_ke() {
|
||||||
elif [ ! -f "$ENTWARE_FILE" ]; then
|
elif [ ! -f "$ENTWARE_FILE" ]; then
|
||||||
error_msg "Entware is needed, please install it first!"
|
error_msg "Entware is needed, please install it first!"
|
||||||
else
|
else
|
||||||
#run "install_moonraker_obico" "install_menu_ui_ke"
|
run "install_moonraker_obico" "install_menu_ui_ke"
|
||||||
run "disabled_feature" "install_menu_ui_ke"
|
|
||||||
fi;;
|
fi;;
|
||||||
14)
|
14)
|
||||||
if [ ! -d "$MOONRAKER_FOLDER" ] && [ ! -d "$NGINX_FOLDER" ]; then
|
if [ ! -d "$MOONRAKER_FOLDER" ] && [ ! -d "$NGINX_FOLDER" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue