Merge pull request #1661 from astroganga/master

Show correct information and fix error caused by dash on printf in clientStat.sh
This commit is contained in:
4s3ti 2022-12-01 11:48:00 +01:00 committed by GitHub
commit 1e1c8fa7cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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