This regex is too complex for bash's own replacement. Add ignore for the shellcheck rule.

Signed-off-by: DL6ER <dl6er@dl6er.de>
pull/3260/head
DL6ER 4 years ago
parent 318ca75269
commit 6160eb6894
No known key found for this signature in database
GPG Key ID: FB60471F0575164A

@ -236,6 +236,7 @@ trust-anchor=.,20326,8,2,E06D44B80B8F1D39A95C0B0D7C65D08458E880409BBC68345710423
else
# Something else, convert to /24 subnet (preserves legacy behavior)
# This sed converts "192.168.1.2" to "192.168.1.0/24"
# shellcheck disable=2001
REV_SERVER_CIDR="$(sed "s+\\.[0-9]*$+\\.0/24+" <<< "${REV_SERVER_TARGET}")"
fi
add_setting "REV_SERVER_CIDR" "${REV_SERVER_CIDR}"

Loading…
Cancel
Save