mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-22 06:14:19 -07:00
Update v-fix-websites-permissions
This commit is contained in:
parent
811fdce80f
commit
01433301f6
1 changed files with 1 additions and 2 deletions
|
@ -13,6 +13,5 @@ find /home/$i/web/ -name 'public_html' -type d -print0 | xargs -0 -I {} find '{}
|
||||||
find /home/$i/web/ -name 'public_html' -type d -print0 | xargs -0 -I {} find '{}' -type d -print0 | xargs -0 -I {} chmod 0755 {};
|
find /home/$i/web/ -name 'public_html' -type d -print0 | xargs -0 -I {} find '{}' -type d -print0 | xargs -0 -I {} chmod 0755 {};
|
||||||
find /home/$i/web/ -name 'public_html' -type d -print0 | xargs -0 -I {} find '{}' -type d -print0 | xargs -0 -I {} chown $i:$i {};
|
find /home/$i/web/ -name 'public_html' -type d -print0 | xargs -0 -I {} find '{}' -type d -print0 | xargs -0 -I {} chown $i:$i {};
|
||||||
|
|
||||||
echo "All Done."
|
|
||||||
|
|
||||||
done
|
done
|
||||||
|
echo "All Done."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue