diff options
Diffstat (limited to 'stap-authorize-cert')
-rwxr-xr-x | stap-authorize-cert | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stap-authorize-cert b/stap-authorize-cert index 21af2ce0..6aad48a0 100755 --- a/stap-authorize-cert +++ b/stap-authorize-cert @@ -46,4 +46,6 @@ if ! chmod +r $certdb/*.db; then echo "Warning: unable to make the client certificate database $certdb readable by others" >&2 fi +echo "Certificate $certfile added to database $certdb" + exit 0 |