Fixed typos, clarified 'pivpn -l' text.

This commit is contained in:
Orazio 2020-10-24 16:00:26 +02:00
parent 9f057df25f
commit 43057b3f3b
2 changed files with 3 additions and 3 deletions

View file

@ -2040,7 +2040,7 @@ confWireGuard(){
# Reload job type is not yet available in wireguard-tools shipped with Ubuntu 20.04 # Reload job type is not yet available in wireguard-tools shipped with Ubuntu 20.04
if ! grep -q 'ExecReload' /usr/lib/systemd/system/wg-quick@.service; then if ! grep -q 'ExecReload' /usr/lib/systemd/system/wg-quick@.service; then
echo "::: Adding additional reload job type for wg-quick unit" echo "::: Adding additional reload job type for wg-quick unit"
$SUDOE install -m 644 "${pivpnFilesDir}"/files/etc/systemd/system/wg-quick@.service.d/override.conf /etc/systemd/system/wg-quick@.service.d/override.conf $SUDO install -m 644 "${pivpnFilesDir}"/files/etc/systemd/system/wg-quick@.service.d/override.conf /etc/systemd/system/wg-quick@.service.d/override.conf
$SUDO systemctl daemon-reload $SUDO systemctl daemon-reload
fi fi

View file

@ -14,9 +14,9 @@ if [ ! -f "${EASYRSA}" ]; then
exit 1 exit 1
fi 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 "\\n"
printf "\\e[1m::: Certificate Status List :::\\e[0m\\n" printf "\\e[1m::: Certificate Status List :::\\e[0m\\n"
{ {