Browse Source

Remove comment

pull/1/head
Julien Escario 5 years ago
parent
commit
912e5f9e2a
  1. 1
      wireguard/deploy-wg-clients.sh

1
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

Loading…
Cancel
Save