feat: KIAUH v4.0.0 #191

Merged
dw-0 merged 453 commits from v4-rc into master 2022-05-29 20:11:16 +02:00
Showing only changes of commit 322d18e7ae - Show all commits

View File

@@ -13,10 +13,10 @@ set -e
function change_klipper_repo_menu(){
local repo_file="${SRCDIR}/kiauh/klipper_repos.txt"
local repos=() branches=()
local repo branch repos=() branches=()
if [ ! -f "${repo_file}" ]; then
print_error "File 'klipper_repos.txt' in ${SRCDIR}/kiauh not found!"
if [[ ! -f ${repo_file} ]]; then
print_error "File not found:\n '${SRCDIR}/kiauh/klipper_repos.txt'"
return
fi