diff --git a/bin/v-fix-websites-permissions b/bin/v-fix-websites-permissions index c5497d4c1..efc75aedf 100644 --- a/bin/v-fix-websites-permissions +++ b/bin/v-fix-websites-permissions @@ -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 {} chown $i:$i {}; -echo "All Done." - done +echo "All Done."