Update '16-01-2023-grepkeys/grepkeys.sh'

fix script
This commit is contained in:
Roberto Cirillo 2023-01-16 11:26:17 +01:00
parent e6c8cbd984
commit 042920bd39
1 changed files with 1 additions and 1 deletions

View File

@ -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}"