fixed formatting

This commit is contained in:
Ludwig Lautenbacher 2020-10-01 13:40:49 +02:00
parent 66536272be
commit 1cc66efba6

View file

@ -32,7 +32,7 @@ while read -r line || [ -n "$line" ]; do
elif [ "${STATUS}" == "R" ]; then
printf "Revoked \t %s \t %s\\n" "$NAME" "$EXPD"
elif [ "${STATUS}" == "E" ]; then
printf "Expired :: %s\n" "$NAME"
printf "Expired \t %s \t %s\\n" "$NAME" "$EXPD"
else
printf "Unknown \t %s \t %s\\n" "$NAME" "$EXPD"
fi