Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ct/sure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion install/sure-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading