Skip to content

Commit

Permalink
Add -H flag for sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
smcmahon committed May 23, 2015
1 parent a437e97 commit 7402bdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions HISTORY.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
5.0b2 (2015-05-23)

- Add -H flag to set home when sudoing during Plone install.

- Update to Plone 5.0b2

5.0b1 (2015-04-16)
Expand Down
2 changes: 1 addition & 1 deletion manifests/install_plone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
UI_URL=$1
UI_OPTIONS=$2

AS_VAGRANT="sudo -u vagrant"
AS_VAGRANT="sudo -u vagrant -H"
SHARED_DIR="/vagrant"
SHARED_FILES="src buildout.cfg base.cfg develop.cfg"
VHOME="/home/vagrant"
Expand Down

0 comments on commit 7402bdb

Please sign in to comment.