Skip to content

Commit

Permalink
Update dgiot_156
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnwinterLiu authored Dec 31, 2021
1 parent 9d9edf8 commit 7f666a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dgiot_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ fi
# set parameters by default value
verType=single # [single | cluster | devops]
domain_name="prod.iotn2n.com" #[prod.iotn2n.com | your_domain_name]
software="dgiot_136" #[dgiot_136 | dgiot_n]
software="dgiot_156" #[dgiot_156 | dgiot_n]
plugin="dgiot" #[dgiot | dgiot_your_plugin]
while getopts "h:v:d:s:p:" arg
do
Expand Down Expand Up @@ -137,7 +137,7 @@ do
verType="devops"
;;
h)
echo "Usage: `basename $0` -v [single | cluster] -s [dgiot_136 | dgiot_n] -d [prod.iotn2n.com | your_domain_name] -p [dgiot | dgiot_your_plugin]"
echo "Usage: `basename $0` -v [single | cluster] -s [dgiot_156 | dgiot_n] -d [prod.iotn2n.com | your_domain_name] -p [dgiot | dgiot_your_plugin]"
exit 0
;;
?) #unknow option
Expand Down

0 comments on commit 7f666a4

Please sign in to comment.