going back a bit
This commit is contained in:
parent
1132312215
commit
c4a72cbb1a
1 changed files with 1 additions and 3 deletions
|
@ -21,11 +21,9 @@ in
|
||||||
repo=''${args[0]}
|
repo=''${args[0]}
|
||||||
target=''${args[1]}
|
target=''${args[1]}
|
||||||
|
|
||||||
if [ -d "''$target" ]; then
|
if [ -d "$target" ]; then
|
||||||
if "''$(${pkgs.findutils}/bin/find "''$target" -maxdepth 0 -empty)"; then
|
if "''$(${pkgs.findutils}/bin/find "''$target" -maxdepth 0 -empty)"; then
|
||||||
echo "~ Found Files at ''$target ~"
|
echo "~ Found Files at ''$target ~"
|
||||||
else
|
|
||||||
echo "~ No Files in ''$target ~"
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done < "${config.repo-clone.pkg}"
|
done < "${config.repo-clone.pkg}"
|
||||||
|
|
Loading…
Reference in a new issue