Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creation of mkdir with correct permissions when user=apache #134

Merged
merged 2 commits into from
Jun 21, 2016

Conversation

MounaSafiHarab
Copy link
Contributor

@MounaSafiHarab MounaSafiHarab commented Jun 16, 2016

  • umask 0002 allows write permissions by apache user as well as lorisadmin
  • installation script adds lorisadmin to the apache group

@@ -148,6 +148,9 @@ else
read -p "Cannot find the apache group name for your installation. Please provide? " group
fi

# Making lorisadmin part of the apache group
sudo usermod -a -G $group $USER

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@christinerogers ,
this was already in your Readme but the installation script did not do it.

@driusan driusan merged commit 15f9083 into aces:16.0-dev Jun 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants