]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FSBUILD-216
authorBrian West <brian@freeswitch.org>
Tue, 15 Dec 2009 14:34:43 +0000 (14:34 +0000)
committerBrian West <brian@freeswitch.org>
Tue, 15 Dec 2009 14:34:43 +0000 (14:34 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15965 d0543943-73ff-0310-b7d9-9358b9ac24b2

scripts/gentls_cert.in

index 18c762fe1a4493bd6aa45eaef8d99e00ad70ff6c..1c40133989a850a5a2016efc748c75b4b8587dfc 100644 (file)
@@ -126,7 +126,7 @@ generate_cert() {
 remove_ca() {
        echo "Removing CA"
 
-       if [ -d "${CONFDIR}/CA" ]; then
+       if [ -d "${CONFDIR}/CA" ]; then
                rm "${CONFDIR}/CA/"*
                rmdir "${CONFDIR}/CA"
        fi