@ -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