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
This commit is contained in:
NetManDE 2022-11-22 14:22:19 +01:00 committed by GitHub
parent 2641d1e743
commit f2a5025825
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -170,8 +170,8 @@ while [ 1 != 2 ]
case "$mySELECT" in case "$mySELECT" in
[c,C]) [c,C])
fuGET_DEPLOY_DATA fuGET_DEPLOY_DATA
fuCHECK_HIVE
fuDEPLOY_SENSOR fuDEPLOY_SENSOR
fuCHECK_HIVE
break break
;; ;;
[q,Q]) [q,Q])