mirror of
https://github.com/pivpn/pivpn.git
synced 2025-04-25 16:50:12 +00:00
Fixed typos, clarified 'pivpn -l' text.
This commit is contained in:
parent
9f057df25f
commit
43057b3f3b
2 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,9 @@ if [ ! -f "${EASYRSA}" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
$EASYRSA update-db >> /dev/null 2>1
|
||||
$EASYRSA update-db >> /dev/null 2>&1
|
||||
|
||||
printf ": NOTE : The first entry should always be your valid server!\n"
|
||||
printf ": NOTE : The first entry is your server, which should always be valid!\n"
|
||||
printf "\\n"
|
||||
printf "\\e[1m::: Certificate Status List :::\\e[0m\\n"
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue