get_instance_name takes base_name now so that it won't confuse moonraker-obico as an instance of Moonraker

This commit is contained in:
Kenneth Jiang
2022-08-01 16:11:01 -07:00
parent 8f5bdf2707
commit ff9b563131
5 changed files with 11 additions and 11 deletions

View File

@@ -38,7 +38,7 @@ function telegram_bot_setup_dialog() {
local moonraker_count user_input=() moonraker_names=()
moonraker_count=$(echo "${moonraker_services}" | wc -w )
for service in ${moonraker_services}; do
moonraker_names+=( "$(get_instance_name "${service}")" )
moonraker_names+=( "$(get_instance_name "${service}" moonraker)" )
done
local telegram_bot_count