diff --git a/openvpn-install.sh b/openvpn-install.sh index b9a2275..40a942f 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -1260,7 +1260,8 @@ while read -r line || [ -n "$line" ]; do if [ "${STATUS}" == "V" ]; then printf " Valid :: %s :: %s\\n" "$NAME" "$EXPD" elif [ "${STATUS}" == "R" ]; then - printf " Revoked :: %s :: %s\\n" "$NAME" "$EXPD" + #printf " Revoked :: %s :: %s\\n" "$NAME" "$EXPD" + continue else printf " Unknown :: %s :: %s\\n" "$NAME" "$EXPD" fi