From 57b4d3b1b41056a7e6e21d1b2a485bb8112811bc Mon Sep 17 00:00:00 2001 From: lsxredrain <34489690@qq.com> Date: Thu, 9 Sep 2021 09:55:03 +0800 Subject: [PATCH] feat: --- dgiot_install.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dgiot_install.sh b/dgiot_install.sh index f3cf9986..6a7ad4bd 100644 --- a/dgiot_install.sh +++ b/dgiot_install.sh @@ -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 @@ -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