Update 'fix.sh'
This commit is contained in:
parent
58551d8b63
commit
4adf0a9a44
2
fix.sh
2
fix.sh
|
@ -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 "# --------------------------------------------------------------------- #"
|
||||
|
|
Loading…
Reference in New Issue