fix script
This commit is contained in:
parent
e6c8cbd984
commit
194f2373f1
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
out=`find . -name '*.gcubekey' /dev/null {} +`
|
||||
out=`find . -name '*.gcubekey' `
|
||||
if [[ -n "${out}" ]]; then
|
||||
echo "gcubekey found in "
|
||||
echo "${out}"
|
||||
|
|
Loading…
Reference in New Issue