aboutsummaryrefslogtreecommitdiffstats
path: root/certdeploy
diff options
context:
space:
mode:
Diffstat (limited to 'certdeploy')
-rwxr-xr-xcertdeploy2
1 files changed, 1 insertions, 1 deletions
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