summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSimon Rettberg2024-10-14 14:26:21 +0200
committerSimon Rettberg2024-10-14 14:26:21 +0200
commit541ec31a3c3750090a5224212f8650c19e7afbf5 (patch)
tree8a065b8bb38850f40bfaa28ea427871ccd023606 /scripts
parentpom: Add xz-java as dependency (diff)
downloadtmlite-bwlp-541ec31a3c3750090a5224212f8650c19e7afbf5.tar.gz
tmlite-bwlp-541ec31a3c3750090a5224212f8650c19e7afbf5.tar.xz
tmlite-bwlp-541ec31a3c3750090a5224212f8650c19e7afbf5.zip
install-https: Cleanup
Diffstat (limited to 'scripts')
-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 ()