Update scripts/openvpn/listOVPN.sh

Co-Authored-By: Orazio <orazioedoardo@users.noreply.github.com>
This commit is contained in:
psgoundar 2020-04-05 14:34:53 -07:00 committed by GitHub
parent ec6880eb99
commit fb1cd97c28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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