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
4 changes: 2 additions & 2 deletions ct/librespeed-rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ function update_script() {

if check_for_gh_release "librespeed-rust" "librespeed/speedtest-rust"; then
msg_info "Stopping Services"
systemctl stop librespeed_rs
systemctl stop librespeed-rs
msg_ok "Services Stopped"

fetch_and_deploy_gh_release "librespeed-rust" "librespeed/speedtest-rust" "binary" "latest" "/opt/librespeed-rust" "librespeed-rs-x86_64-unknown-linux-gnu.deb"

msg_info "Starting Service"
systemctl start librespeed_rs
systemctl start librespeed-rs
msg_ok "Started Service"
msg_ok "Updated successfully!"
fi
Expand Down
2 changes: 1 addition & 1 deletion install/librespeed-rust-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ update_os
fetch_and_deploy_gh_release "librespeed-rust" "librespeed/speedtest-rust" "binary" "latest" "/opt/librespeed-rust" "librespeed-rs-x86_64-unknown-linux-gnu.deb"

msg_info "Enabling Service"
systemctl enable -q --now speedtest_rs
systemctl enable -q --now librespeed-rs
msg_ok "Enabled Service"

motd_ssh
Expand Down