Skip to content

Commit

Permalink
Fix fence deployment for python 3 fence (>=4.0.0) (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre committed Jul 12, 2019
1 parent 96d53b9 commit 87067eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/fence_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ update-ca-certificates

fence-create sync --yaml user.yaml --arborist http://arborist-service

rm -f /var/run/apache2/apache2.pid && /usr/sbin/apache2ctl -D FOREGROUND
/dockerrun.sh
2 changes: 1 addition & 1 deletion scripts/indexd_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ done
echo "postgres is ready"

python /indexd/bin/index_admin.py create --username indexd_client --password indexd_client_pass
rm -f /var/run/apache2/apache2.pid && /dockerrun.sh
/dockerrun.sh

0 comments on commit 87067eb

Please sign in to comment.