diff --git a/wireguard/deploy-wg-clients.sh b/wireguard/deploy-wg-clients.sh index 56d5863..501ab40 100755 --- a/wireguard/deploy-wg-clients.sh +++ b/wireguard/deploy-wg-clients.sh @@ -1,6 +1,5 @@ #!/bin/bash -#re='^[0-9]{1,3}$' if ! [[ $IP =~ ^[0-9]{1,3}$ ]] ; then echo "error: Please set IP variable (with IP=1-254. See https://phpipam.altinea.fr" >&2; exit 1 fi