Skip to content

Commit ae3b875

Browse files
committed
Remove obsolete tar fix.
1 parent 58a5698 commit ae3b875

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bin/v-restore-user

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -409,10 +409,6 @@ if [ "$web" != 'no' ] && [ ! -z "$WEB_SYSTEM" ]; then
409409
check_result "$E_PARSING" "$error"
410410
fi
411411

412-
# Applying fix for tar < 1.24
413-
find $HOMEDIR/$user/web/$domain -type d \
414-
-exec chown -h $user:$user {} \;
415-
416412
# Re-chowning files if uid differs
417413
if [ "$old_uid" -ne "$new_uid" ]; then
418414
find $HOMEDIR/$user/web/$domain/ -user $old_uid \

0 commit comments

Comments
 (0)