We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
Issue BrewPi#42
a6ec58f
Check for custom wwwPath and use that instead of default, if it exists
d6ccd76
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: