Fixed shellcheck warning SC2034

SC2034: ___ appears unused. Verify use (or export if used externally).

I opted to remove the variables since they didn't seem to be used
anywhere.
This commit is contained in:
Dundar Göc 2021-02-14 14:05:30 +01:00
parent 58af83b882
commit c0131f2a17
3 changed files with 1 additions and 4 deletions

View file

@ -2,7 +2,6 @@
# PiVPN: client status script
CLIENTS_FILE="/etc/wireguard/configs/clients.txt"
CONF_FILE="/etc/wireguard/wg0.conf"
if [ ! -s "$CLIENTS_FILE" ]; then
echo "::: There are no clients to list"