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');