fix(scripts): clientStat.sh

show correct information and fix error caused by dash on printf
This commit is contained in:
mgiuliano 2022-12-01 11:15:47 +01:00
parent f7f81e1bf4
commit 90c070a9ad

View file

@ -50,7 +50,7 @@ listClients() {
fi
printf " \t %s %s %s " "${array[7]}" "${array[8]}" "${array[10]}"
printf "- %s\n" "${array[9]}"
printf "%s\n" "${array[9]}"
printf "\n"
done < "${STATUS_LOG}"
else