diff --git a/service.nix b/service.nix index e89b557..9ee6914 100644 --- a/service.nix +++ b/service.nix @@ -26,7 +26,7 @@ in target=''${args[1]} if [ -d "''$target" ]; then - files=(''$target"/*") + files=($target"/*") if [[ ''$(''$files[@]) -gt 0 ]]; then echo "~ Found Files at ''$target ~"