refactor(obico): update obico installer (#254)

This commit is contained in:
th33xitus
2022-10-31 16:06:45 +01:00
committed by GitHub
parent 811c071b74
commit 54be7e4e21
5 changed files with 88 additions and 19 deletions

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
}