diff --git a/scripts/klipper.sh b/scripts/klipper.sh index ecfde5f..de6f9d2 100644 --- a/scripts/klipper.sh +++ b/scripts/klipper.sh @@ -536,7 +536,8 @@ function update_klipper() { do_action_service "stop" "klipper" if [[ ! -d ${KLIPPER_DIR} ]]; then - clone_klipper "${custom_repo}" "${custom_branch}" + error_msg "Nothing to update, Klipper directory doesn't exists! Please instakk Klipper first." + return else backup_before_update "klipper"