diff --git a/run/check.sh b/run/check.sh index 3c2d69a..0b74eb7 100644 --- a/run/check.sh +++ b/run/check.sh @@ -5,7 +5,7 @@ set -u : ${DHCP:='N'} -if [ "$DHCP" = "Y" ]; then +if [[ "${DHCP}" == [Yy1]* ]]; then PORT=5555 IP="127.0.0.1" else