Correction de la gestion des liens symboliques

This commit is contained in:
Breizh 2022-10-07 12:43:56 +02:00
parent d306c37c44
commit f75c4325a2
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ do
full=$(realpath "$i")
# Exclusion(s)
if [[ "$full" =~ ^${root}/p || -L "$full" ]]
if [[ "$full" =~ ^${root}/p || -L "$i" ]]
then
continue
fi