Skip to content

Commit ddcb1b0

Browse files
authored
v5.1.25 (#144)
Minor updates * Fixing bug in ssl-cleanup (not removing Nginx conf file)
1 parent b5deb63 commit ddcb1b0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.24
1+
5.1.25

overlay/usr/bin/bf/ssl-cleanup

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ remove () {
6161
rm -r ${DOT_D}
6262
fi
6363

64+
CONF=${1}.conf
65+
if [ -f "${CONF}" ] ; then
66+
bf-echo " ${CONF}"
67+
rm ${CONF}
68+
fi
69+
6470
CRT=${1}.crt
6571
if [ -f "${CRT}" ] ; then
6672
bf-echo " ${CRT}"

0 commit comments

Comments
 (0)