Gestion des liens symboliques
This commit is contained in:
parent
073e5b6a6b
commit
d306c37c44
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ do
|
||||||
full=$(realpath "$i")
|
full=$(realpath "$i")
|
||||||
|
|
||||||
# Exclusion(s)
|
# Exclusion(s)
|
||||||
if [[ "$full" =~ ^${root}/p ]]
|
if [[ "$full" =~ ^${root}/p || -L "$full" ]]
|
||||||
then
|
then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue