From e05d2bee573b64f0b338506d21bddd373c14ed14 Mon Sep 17 00:00:00 2001 From: melkypie <5113962+melkypie@users.noreply.github.com> Date: Thu, 12 Aug 2021 12:07:34 +0300 Subject: [PATCH] Persist to disk --- deploy/f5_bigip.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/f5_bigip.sh b/deploy/f5_bigip.sh index f13e3a9c..97c52ea2 100644 --- a/deploy/f5_bigip.sh +++ b/deploy/f5_bigip.sh @@ -108,6 +108,7 @@ f5_bigip_tmsh() { cert-key-chain replace-all-with { ACME { cert ${_next_cert} key ${_next_key} chain ${_next_chain} } } fi fi + ${TMSH_CMD} save sys config } f5_bigip_cleanup() {