A few typos

This commit is contained in:
Kenneth Jiang
2022-08-01 17:48:54 -07:00
parent ff9b563131
commit a619df2364
3 changed files with 4 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ function moonraker_setup_dialog() {
local klipper_count user_input=() klipper_names=()
klipper_count=$(echo "${klipper_services}" | wc -w )
for service in ${klipper_services}; do
klipper_names+=( "$(get_instance_name "${service}" moonraker)" )
klipper_names+=( "$(get_instance_name "${service}" klipper)" )
done
local moonraker_count

View File

@@ -338,7 +338,7 @@ function remove_moonraker_obico() {
#============= UPDATE MOONRAKER-OBICO ==============#
#===================================================#
function update_moonraker() {
function update_moonraker_obico() {
for service in $(moonraker_obico_systemd | cut -d"/" -f5); do
do_action_service "stop" "${service}"
done

View File

@@ -61,6 +61,8 @@ function update_menu() {
7)
do_action "update_telegram_bot" "update_ui";;
8)
do_action "update_moonraker_obico" "update_ui";;
9)
do_action "update_system" "update_ui";;
a)
do_action "update_all" "update_ui";;