Loading run/check.sh +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ set -u : ${DHCP:='N'} if [ "$DHCP" = "Y" ]; then if [[ "${DHCP}" == [Yy1]* ]]; then PORT=5555 IP="127.0.0.1" else Loading Loading
run/check.sh +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ set -u : ${DHCP:='N'} if [ "$DHCP" = "Y" ]; then if [[ "${DHCP}" == [Yy1]* ]]; then PORT=5555 IP="127.0.0.1" else Loading