From 118f067b5f784fa2a4f67acd866c8eb46f01325e Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Thu, 1 Aug 2024 02:38:58 -0700 Subject: [PATCH] print targets --- service.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/service.nix b/service.nix index 6d1343c..18b02ec 100644 --- a/service.nix +++ b/service.nix @@ -21,9 +21,11 @@ in repo=''${args[0]} target=''${args[1]} + echo "''$target" if [ -d "$target" ]; then if "''$(${pkgs.findutils}/bin/find "''$target" -maxdepth 0 -empty)"; then echo "~ Found Files at ''$target ~" + echo "~ Found Files ~" else echo "~ No Files in ''$target ~" fi