squared
This commit is contained in:
parent
f85b574a5d
commit
80b45147e7
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ in
|
||||||
if [ -d "''$target" ]; then
|
if [ -d "''$target" ]; then
|
||||||
files=(''$target"/*")
|
files=(''$target"/*")
|
||||||
|
|
||||||
if [ ''$(''$files[@]) -gt 0 ]; then
|
if [[ ''$(''$files[@]) -gt 0 ]]; then
|
||||||
echo "~ Found Files at ''$target ~"
|
echo "~ Found Files at ''$target ~"
|
||||||
else
|
else
|
||||||
echo "~ No Files in ''$target ~"
|
echo "~ No Files in ''$target ~"
|
||||||
|
|
Loading…
Reference in a new issue