mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
And fix the exit code for OK
svn:r13123
This commit is contained in:
parent
edf5e70784
commit
388b2f6221
@ -82,5 +82,5 @@ elif [ "$(( $now + 30*24*60*60 ))" -ge "$expiryunix" ]; then
|
||||
exit 1
|
||||
else
|
||||
echo "OK: Certificate expires $expirydate (authority $identity)."
|
||||
exit 1
|
||||
exit 0
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user