refactor(obico): move dependency handling to obico's own install script #361

Merged
kennethjiang merged 4 commits from master into master 2023-07-10 17:44:05 +02:00
Showing only changes of commit 30e36fc3bc - Show all commits

View File

@@ -87,7 +87,7 @@ function moonraker_obico_setup_dialog() {
local allowed_moonraker_obico_count=$(( moonraker_count - existing_moonraker_obico_count ))
# Allow user to reinstall an incomplete installation.
if (( allowed_moonraker_obico_count == 0 && moonraker_count > 0 )); then
if (( allowed_moonraker_obico_count == 0 && moonraker_count > 0 )) && [[ $(get_moonraker_obico_status) != "Not linked!" ]]; then
local yn
while true; do
echo "${yellow}Obico for Klipper is already installed.${white}"