This commit is contained in:
Zynh Ludwig 2024-08-01 03:11:03 -07:00
parent f85b574a5d
commit 80b45147e7

View file

@ -27,7 +27,7 @@ in
if [ -d "''$target" ]; then
files=(''$target"/*")
if [ ''$(''$files[@]) -gt 0 ]; then
if [[ ''$(''$files[@]) -gt 0 ]]; then
echo "~ Found Files at ''$target ~"
else
echo "~ No Files in ''$target ~"