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

fixPermissions.sh hard-coded web value #42

Open
vanosg opened this issue Aug 5, 2014 · 0 comments
Open

fixPermissions.sh hard-coded web value #42

vanosg opened this issue Aug 5, 2014 · 0 comments

Comments

@vanosg
Copy link
Collaborator

vanosg commented Aug 5, 2014

webPath="/var/www"

echo -e "\n***** Fixing file permissions for $webPath *****"
sudo chown -R www-data:www-data "$webPath"||warn

webPath is hard coded, does not account for a non-default install!

vanosg added a commit to vanosg/brewpi-script that referenced this issue Mar 23, 2015
Check for custom wwwPath and use that instead of default, if it exists
vanosg added a commit to vanosg/brewpi-script that referenced this issue Mar 29, 2015
Check for custom wwwPath and use that instead of default, if it exists
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant