mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
Release-Notes: http://www.kamailio.org/w/kamailio-v4-3-0-release-notes/ New features: http://www.kamailio.org/wiki/features/new-in-4.3.x - tries to fix installation issues with non-default options - adds WEBSOCKET option PR: 200352
9 lines
280 B
Bash
9 lines
280 B
Bash
--- modules/tls/sip-router_cert.sh.orig 2015-07-20 13:16:26 UTC
|
|
+++ modules/tls/sip-router_cert.sh
|
|
@@ -197,5 +197,6 @@ if [ $? != 0 ] ; then
|
|
else
|
|
echo "Private key stored in '$DIR/$KEY_FILENAME'."
|
|
echo "Certificate stored in '$DIR/$CERT_FILENAME'."
|
|
+ rm ~/.rnd
|
|
exit 0;
|
|
fi
|