Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Commit

Permalink
Merge pull request #5525 from pmorie/upgrade
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Jun 18, 2014
2 parents 4b4c76b + dcb3324 commit f23187b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cartridges/openshift-origin-cartridge-php/bin/upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ if [[ $curr == 0.0.17 ]]; then
update_configuration
mkdir -p ${OPENSHIFT_HOMEDIR}.composer
chown $OPENSHIFT_GEAR_UUID:$OPENSHIFT_GEAR_UUID ${OPENSHIFT_HOMEDIR}.composer
chcon -u unconfined_u $OPENSHIFT_GEAR_UUID:$OPENSHIFT_GEAR_UUID ${OPENSHIFT_HOMEDIR}.composer
chcon -u ${OPENSHIFT_HOMEDIR}.composer
fi

0 comments on commit f23187b

Please sign in to comment.