Skip to content

Commit

Permalink
Merge pull request #71 from Sahana-Bannigol-ML/master
Browse files Browse the repository at this point in the history
Updated sending upgrade status flow
  • Loading branch information
Deepa-Martin-ML authored Mar 31, 2023
2 parents 088d104 + 93a49a9 commit e40db33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ check_and_send_status()
logit "automated upgrade sending upgarde status"
status=$1
logit "sfagent running response code $status"
if [ "$status" -eq "success" ]
if [ "$status" = "success" ]
then
buildinfo=$($AGENTDIR/sfagent --version | tr '\n' ',')
logit "upgraded buildinfo $buildinfo"
Expand Down

0 comments on commit e40db33

Please sign in to comment.