summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/install-https2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-https b/scripts/install-https
index 75fd816..9c98869 100755
--- a/scripts/install-https
+++ b/scripts/install-https
@@ -30,7 +30,7 @@ op_disable ()
{
[ -e "$CERT_KEY_FILE" ] || exit 0
rm -f -- "$CERT_KEY_FILE" || exit 1
- rm -f -- "$CHAIN_FILE"
+ rm -f -- "$CHAIN_FILE" "$PUB_CERT_FILE"
}
op_test ()