Update 'fix.sh'

This commit is contained in:
Sarimoko 2021-07-05 21:51:47 +00:00
parent 58551d8b63
commit 4adf0a9a44
1 changed files with 1 additions and 1 deletions

2
fix.sh
View File

@ -5,7 +5,7 @@ echo "# ===================================================================== #"
echo "# Fixing permissions..."
echo "# --------------------------------------------------------------------- #"
sudo chown -R www-data:www-data /var/www/shop/html
sudo find /var/www/shop/html// -type d -exec chmod 750 {} \;
sudo find /var/www/shop/html/ -type d -exec chmod 750 {} \;
sudo find /var/www/shop/html/ -type f -exec chmod 640 {} \;
echo "# --------------------------------------------------------------------- #"