Correction de la gestion des liens symboliques
This commit is contained in:
parent
d306c37c44
commit
f75c4325a2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue