Skip to content

Commit

Permalink
Install missing patch program during node upgrade
Browse files Browse the repository at this point in the history
Related to #339
  • Loading branch information
dn0 committed Jan 13, 2018
1 parent 1f399bb commit 23e3897
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ans/upgrade/node/v3.0.0/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ if grep -q "^BROKER_USE_SSL" "${ERIGONESD_CONFIG}"; then
fi

# For the next operation we need to patch celery in our virtualenv
echo "+ Installing the patch program"
pkgin -y install patch > /dev/null

echo "+ Patching packages in virtualenv"
"${CTLSH}" patch_envs > /dev/null

Expand Down

0 comments on commit 23e3897

Please sign in to comment.