Skip to content

Commit d3feeb4

Browse files
authored
small fixes (#14801)
1 parent 4926d42 commit d3feeb4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ct/sure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ EOF
8181
msg_ok "Updated Sure"
8282

8383
msg_info "Starting Services"
84-
$STD systemctl start sure sure-worker
84+
systemctl start sure sure-worker
8585
msg_ok "Started Services"
8686
msg_ok "Updated successfully!"
8787
fi

install/sure-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ StandardError=journal
103103
[Install]
104104
WantedBy=multi-user.target
105105
EOF
106-
$STD systemctl enable -q --now sure sure-worker
106+
systemctl enable -q --now sure sure-worker
107107
msg_ok "Created Services"
108108

109109
motd_ssh

0 commit comments

Comments
 (0)