This commit is contained in:
ander 2021-09-15 09:22:27 +03:00
parent 5bf0c71e7a
commit cd4acde67e
No known key found for this signature in database
GPG Key ID: 0A2971E562D618F3
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ fi
if [ ! -e "$file" ]
then
echo "$file do not exist" >&2
echo "$file does not exist" >&2
exit 1
fi