mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 21:40:01 +08:00
Ignore case
This commit is contained in:
parent
9bf5bf44af
commit
8568f34a58
@ -5,7 +5,7 @@ set -u
|
|||||||
|
|
||||||
: ${DHCP:='N'}
|
: ${DHCP:='N'}
|
||||||
|
|
||||||
if [ "$DHCP" = "Y" ]; then
|
if [[ "${DHCP}" == [Yy1]* ]]; then
|
||||||
PORT=5555
|
PORT=5555
|
||||||
IP="127.0.0.1"
|
IP="127.0.0.1"
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user