From 912e5f9e2a9858167dbe20a9bc20e51f6cbf3dc0 Mon Sep 17 00:00:00 2001 From: Julien Escario Date: Tue, 21 Apr 2020 21:39:37 +0200 Subject: [PATCH] Remove comment --- wireguard/deploy-wg-clients.sh | 1 - 1 file changed, 1 deletion(-) 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