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 b20e9455ff - Show all commits

View File

@@ -349,8 +349,7 @@ function get_klipper_status(){
### count+1 for each found data-item from array
local filecount=0
for data in "${data_arr[@]}"
do
for data in "${data_arr[@]}"; do
[ -e "${data}" ] && filecount=$(("${filecount}" + 1))
done