diff --git a/controller.sh b/controller.sh index d776916..beb5fc9 100755 --- a/controller.sh +++ b/controller.sh @@ -19,7 +19,7 @@ do full=$(realpath "$i") # Exclusion(s) - if [[ "$full" =~ ^${root}/p ]] + if [[ "$full" =~ ^${root}/p || -L "$full" ]] then continue fi