main
Zynh Ludwig 2024-08-01 03:11:03 -07:00
parent f85b574a5d
commit 80b45147e7
1 changed files with 1 additions and 1 deletions

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 ~"