Skip to content

Commit 551499d

Browse files
committed
perf: Do not chown /var/www as thats the user directory anyway
1 parent ce473bf commit 551499d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

scripts/user-perm-helpers.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ perm_sweep() {
8383
# Do permission sweep and wait for completion
8484
chmod -R 777 /tmp
8585
lando_info "chowned /tmp"
86-
chown -R $USER:$GROUP /var/www > /tmp/perms.out 2> /tmp/perms.err || true
87-
lando_info "chowned /var/www"
8886
chmod 755 /var/www
8987

9088
chown -R $USER:$GROUP /usr/local > /tmp/perms.out 2> /tmp/perms.err || true

0 commit comments

Comments
 (0)