From f75c4325a2347f9e63bf96fd4c8e0ffef4de54fc Mon Sep 17 00:00:00 2001 From: Breizh Date: Fri, 7 Oct 2022 12:43:56 +0200 Subject: [PATCH] Correction de la gestion des liens symboliques --- controller.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller.sh b/controller.sh index beb5fc9..d10d42d 100755 --- a/controller.sh +++ b/controller.sh @@ -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