style(kiauh.sh): typo in comment

Signed-off-by: Dominik Willner th33xitus@gmail.com
This commit is contained in:
th33xitus
2022-03-19 22:15:05 +01:00
parent 5fc31ccf0a
commit b25f2c490a

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]"