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