From 5194bf18ca8a6274ef1b201b9ac4847fbafebf7a Mon Sep 17 00:00:00 2001 From: Joerg Heinemann Date: Wed, 11 Feb 2026 17:02:12 +0100 Subject: [PATCH] Add restart command for step-ca service Restart step-ca service after updating packages. --- ct/step-ca.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/step-ca.sh b/ct/step-ca.sh index 7c971b32b..b5ebb2eeb 100644 --- a/ct/step-ca.sh +++ b/ct/step-ca.sh @@ -30,6 +30,7 @@ function update_script() { msg_info "Updating step-ca and step-cli" $STD apt update $STD apt upgrade -y step-ca step-cli + $STD systemctl restart step-ca msg_ok "Updated step-ca and step-cli" if check_for_gh_release "step-badger" "lukasz-lobocki/step-badger"; then