mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-18 19:00:15 +00:00
fixed formatting
This commit is contained in:
parent
66536272be
commit
1cc66efba6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue