diff options
author | Matthew Fennell <matthew@fennell.dev> | 2025-07-05 23:18:16 +0100 |
---|---|---|
committer | Matthew Fennell <matthew@fennell.dev> | 2025-07-05 23:18:16 +0100 |
commit | 35c52b7e592244d2d04f9c9fa21c4ad757ed9726 (patch) | |
tree | 32e7698662f485d70a189ae175f5e018b5b01e1c | |
parent | b20571406b685e5faf44b5d088db0376bc8ca0d5 (diff) |
Remove no longer used on_renew script
-rwxr-xr-x | files/on_renew.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/files/on_renew.sh b/files/on_renew.sh deleted file mode 100755 index 7f710ae..0000000 --- a/files/on_renew.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -# SPDX-FileCopyrightText: 2024 Matthew Fennell <matthew@fennell.dev> -# -# SPDX-License-Identifier: AGPL-3.0-only - -/usr/bin/prosodyctl --root cert import /etc/letsencrypt/live |