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

View File

@@ -343,7 +343,7 @@ function get_klipper_status(){
sf_count=1
fi
### remove the "SERVICE" entry from the klipper_data array if a klipper service is installed
### remove the "SERVICE" entry from the data array if a klipper service is installed
local data_arr=(SERVICE "${KLIPPER_DIR}" "${KLIPPY_ENV}")
[ "${sf_count}" -gt 0 ] && unset "data_arr[0]"