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!