Skip to content

Commit

Permalink
Merge pull request #70 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 272a6f8 + f0f27fd commit 088d104
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 @@ -263,7 +263,7 @@ check_and_send_status()
if [ -e /tmp/upgrade_status.json ]
then
logit "automated upgrade sending upgarde status"
status = $1
status=$1
logit "sfagent running response code $status"
if [ "$status" -eq "success" ]
then
Expand Down

0 comments on commit 088d104

Please sign in to comment.