feature: Install remove instances #283

Open
CODeRUS wants to merge 28 commits from CODeRUS/install-remove-instances into master
Showing only changes of commit 38090816ca - Show all commits

View File

@@ -617,8 +617,7 @@ function update_klipper() {
do_action_service "stop" "klipper"
if [[ ! -d ${KLIPPER_DIR} ]]; then
error_msg "Nothing to update, Klipper directory doesn't exists! Please instakk Klipper first."
return
clone_klipper "${custom_repo}" "${custom_branch}"
else
backup_before_update "klipper"