mirror of
https://github.com/AuxXxilium/arv-v-dsm.git
synced 2025-02-23 11:40:50 +07:00
Ignore case
This commit is contained in:
parent
9bf5bf44af
commit
8568f34a58
@ -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…
Reference in New Issue
Block a user