This commit is contained in:
Roberto Cirillo 2023-01-16 11:52:26 +01:00
commit 4814a8efd9
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
out=`find . -name '*.gcubekey' ` out=`find . -name '*.gcubekey' `
if [[ -n "${out}" ]]; then if [[ -n "${out}" ]]; then
echo "gcubekey found in " echo "gcubekey found: "
echo "${out}" echo "${out}"
else else
echo "gcubekey not found" echo "gcubekey not found"