Skip to content

Commit

Permalink
Update provision-digitalocean.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
korczis committed Nov 2, 2014
1 parent 9920008 commit 48007a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/packer/core/scripts/provision-digitalocean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo "Creating home directory"
mkdir -p /home/apollon

echo "Creating user and adding user to sudo group"
useradd -m -U -G sudo -b /home/apollon -p apollon apollon
useradd -m -U -G sudo -b /home -p apollon apollon

echo "Changing ownership of home directory"
chown -R apollon:apollon /home/apollon
Expand Down

0 comments on commit 48007a4

Please sign in to comment.