From 6b393a76f220600d4c723a27bf66bc1fe5cb6f7e Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sat, 13 Mar 2021 19:37:10 +0100 Subject: Add missing character in error message --- certdeploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certdeploy b/certdeploy index cfafe8b..29d60d9 100755 --- a/certdeploy +++ b/certdeploy @@ -131,7 +131,7 @@ for file in "$SOURCE_PATH_K" "$SOURCE_PATH_I" "$SOURCE_PATH_C" "$SOURCE_PATH_F" do if [ ! -f "$file" ] || [ ! -r "$file" ] then - echo "File »$file doesn't exists or isn't readable." + echo "File »$file« doesn't exists or isn't readable." echo "Aborting ..." && exit 1 fi done -- cgit v1.2.3