Skip to content

Commit

Permalink
feat:
Browse files Browse the repository at this point in the history
  • Loading branch information
lsxredrain committed Sep 9, 2021
1 parent 970dcf8 commit ceb0cb8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dgiot_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -890,10 +890,10 @@ set -e
echo -e "`date +%F_%T`: ${GREEN}dgiot $verType deploy start${NC}"
if [ "$verType" == "single" ]; then
# Install server and client
# if [ -x ${install_dir}/dgiot ]; then
# update_flag=1
# update_dgiot
# else
if [ -x ${install_dir}/dgiot ]; then
update_flag=1
update_dgiot
else
pre_install
clean_services
deploy_postgres
Expand All @@ -906,7 +906,7 @@ if [ "$verType" == "single" ]; then
install_prometheus
install_grafana
install_nginx
# fi
fi
elif [ "$verType" == "cluster" ]; then
# todo
if [ -x ${install_dir}/dgiot ]; then
Expand Down

0 comments on commit ceb0cb8

Please sign in to comment.