From 541ec31a3c3750090a5224212f8650c19e7afbf5 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 14 Oct 2024 14:26:21 +0200 Subject: install-https: Cleanup --- scripts/install-https | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () -- cgit v1.2.3-55-g7522