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