refactor(obico): update obico installer #254

Merged
dw-0 merged 7 commits from update-obico-installer into master 2022-10-31 16:06:46 +01:00
Showing only changes of commit d2986976f6 - Show all commits

View File

@@ -172,6 +172,9 @@ function klipper_setup() {
(( instance_arr[0] == 1 )) && confirm="Klipper has been set up!"
(( instance_arr[0] > 1 )) && confirm="${instance_arr[0]} Klipper instances have been set up!"
### finalizing the setup with writing instance names to the kiauh.ini
set_multi_instance_names
print_confirm "${confirm}" && return
}