From 01433301f66a885d1a4baa3048646190f060f4a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luka=20Paunovi=C4=87?= Date: Sat, 12 May 2018 18:59:42 +0200 Subject: [PATCH] Update v-fix-websites-permissions --- bin/v-fix-websites-permissions | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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."