summaryrefslogtreecommitdiffstats
path: root/stap-add-server-cert
diff options
context:
space:
mode:
Diffstat (limited to 'stap-add-server-cert')
-rwxr-xr-xstap-add-server-cert4
1 files changed, 1 insertions, 3 deletions
diff --git a/stap-add-server-cert b/stap-add-server-cert
index 5f17f165..81424c82 100755
--- a/stap-add-server-cert
+++ b/stap-add-server-cert
@@ -40,9 +40,7 @@ fi
# Ensure that the database is readable by others
if ! chmod +r $2/*.db; then
- echo "Unable to make the client certificate database $2 readable by others" >&2
- exit 1
+ echo "Warning: unable to make the client certificate database $2 readable by others" >&2
fi
-
exit 0