Update dgiot_install.sh

This commit is contained in:
AvantLiu 2021-11-10 12:17:14 +08:00 committed by GitHub
parent e0fcfcceea
commit 098b85b93b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,7 @@ fi
# set parameters by default value # set parameters by default value
verType=single # [single | cluster] verType=single # [single | cluster]
domain_name="prod.iotn2n.com" #[prod.iotn2n.com | your_domain_name] domain_name="prod.iotn2n.com" #[prod.iotn2n.com | your_domain_name]
dgiot="dgiot_56" #[dgiot_56 | dgiot_n] dgiot="dgiot_58" #[dgiot_56 | dgiot_n]
while getopts "h:v:d:s:" arg while getopts "h:v:d:s:" arg
do do
case $arg in case $arg in