From aaea138ab5ba800daaff64528370fdcc6ca82e77 Mon Sep 17 00:00:00 2001 From: jon4hz Date: Mon, 1 Dec 2025 19:03:47 +0100 Subject: [PATCH] fix: return accountInfo if grace period is set MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonah Zürcher --- bin/plugin/restricted/accountInfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/plugin/restricted/accountInfo b/bin/plugin/restricted/accountInfo index 2f0e110..7f25a63 100755 --- a/bin/plugin/restricted/accountInfo +++ b/bin/plugin/restricted/accountInfo @@ -546,7 +546,7 @@ sub print_account_info { osh_info("- PIV grace period for this account is " . colored('set', 'green') . " and expires in " - . $fnret->value->{'human'}); + . $fnret->{'human'}); } else { osh_info "- PIV grace period for this account is " . colored('inactive', 'blue');