From 1cc66efba6684b87deb6e976b8f5f5e28452ba24 Mon Sep 17 00:00:00 2001 From: Ludwig Lautenbacher Date: Thu, 1 Oct 2020 13:40:49 +0200 Subject: [PATCH] fixed formatting --- scripts/openvpn/listOVPN.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/openvpn/listOVPN.sh b/scripts/openvpn/listOVPN.sh index 75b6b09..cd02790 100755 --- a/scripts/openvpn/listOVPN.sh +++ b/scripts/openvpn/listOVPN.sh @@ -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