From f2a502582590dc71fc0c761981973dbc2ccef1cd Mon Sep 17 00:00:00 2001 From: NetManDE <38721502+NetManDE@users.noreply.github.com> Date: Tue, 22 Nov 2022 14:22:19 +0100 Subject: [PATCH] Update deploy.sh SSHPASS is only used in the Deploy Sensor function, where it deploys the SSH Key. Without a deployed SSH Key it will fail, as in the check Hive function it expects a cert based authentication, as no Password is being provided --- bin/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/deploy.sh b/bin/deploy.sh index e1d5af4b..b22efaa3 100755 --- a/bin/deploy.sh +++ b/bin/deploy.sh @@ -170,8 +170,8 @@ while [ 1 != 2 ] case "$mySELECT" in [c,C]) fuGET_DEPLOY_DATA - fuCHECK_HIVE fuDEPLOY_SENSOR + fuCHECK_HIVE break ;; [q,Q])