Bash: my head against the wall

This commit is contained in:
kayos@tcp.direct 2022-10-21 16:07:07 -07:00
parent 1c37f507e8
commit bb2ac9e3e6
Signed by: kayos
GPG Key ID: 4B841471B4BEE979

@ -17,7 +17,7 @@ fi
_targetFile="$1"
if ! [[ -f "$_targetFile" ]]; then
if ! [[ -e "$_targetFile" ]]; then
echo -n "file not found: $1"
exit 1
fi