1 parent 58a5698 commit ae3b875Copy full SHA for ae3b875
1 file changed
bin/v-restore-user
@@ -409,10 +409,6 @@ if [ "$web" != 'no' ] && [ ! -z "$WEB_SYSTEM" ]; then
409
check_result "$E_PARSING" "$error"
410
fi
411
412
- # Applying fix for tar < 1.24
413
- find $HOMEDIR/$user/web/$domain -type d \
414
- -exec chown -h $user:$user {} \;
415
-
416
# Re-chowning files if uid differs
417
if [ "$old_uid" -ne "$new_uid" ]; then
418
find $HOMEDIR/$user/web/$domain/ -user $old_uid \
0 commit comments