diff options
author | Simon Rettberg | 2024-10-14 14:26:21 +0200 |
---|---|---|
committer | Simon Rettberg | 2024-10-14 14:26:21 +0200 |
commit | 541ec31a3c3750090a5224212f8650c19e7afbf5 (patch) | |
tree | 8a065b8bb38850f40bfaa28ea427871ccd023606 /scripts | |
parent | pom: Add xz-java as dependency (diff) | |
download | tmlite-bwlp-541ec31a3c3750090a5224212f8650c19e7afbf5.tar.gz tmlite-bwlp-541ec31a3c3750090a5224212f8650c19e7afbf5.tar.xz tmlite-bwlp-541ec31a3c3750090a5224212f8650c19e7afbf5.zip |
install-https: Cleanup
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install-https | 2 |
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 () |