From d3feeb4900f78f4803c9ce341f03fa3bbac6417b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Fri, 29 May 2026 23:49:34 +0200 Subject: [PATCH] small fixes (#14801) --- ct/sure.sh | 2 +- install/sure-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/sure.sh b/ct/sure.sh index 0c86ce861..32b9948bb 100644 --- a/ct/sure.sh +++ b/ct/sure.sh @@ -81,7 +81,7 @@ EOF msg_ok "Updated Sure" msg_info "Starting Services" - $STD systemctl start sure sure-worker + systemctl start sure sure-worker msg_ok "Started Services" msg_ok "Updated successfully!" fi diff --git a/install/sure-install.sh b/install/sure-install.sh index 38ae3e61d..88845c25c 100644 --- a/install/sure-install.sh +++ b/install/sure-install.sh @@ -103,7 +103,7 @@ StandardError=journal [Install] WantedBy=multi-user.target EOF -$STD systemctl enable -q --now sure sure-worker +systemctl enable -q --now sure sure-worker msg_ok "Created Services" motd_ssh