mirror of
https://github.com/pivpn/pivpn.git
synced 2025-04-21 23:00:17 +00:00
Better list presentation
This commit is contained in:
parent
e6b081e0f9
commit
960a084866
3 changed files with 3 additions and 3 deletions
|
@ -63,7 +63,7 @@ if [[ -z "${CERTS_TO_REVOKE}" ]]; then
|
|||
i=1
|
||||
len=${#CERTS[@]}
|
||||
while [ $i -le ${len} ]; do
|
||||
printf "[%0${#len}s] %s\r\n" ${i} ${CERTS[(($i))]}
|
||||
printf "%0${#len}s) %s\r\n" ${i} ${CERTS[(($i))]}
|
||||
((i++))
|
||||
done
|
||||
printf "\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue