File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ function update_script() {
3030
3131 if check_for_gh_release " librespeed-rust" " librespeed/speedtest-rust" ; then
3232 msg_info " Stopping Services"
33- systemctl stop librespeed-rs
33+ systemctl stop speedtest_rs
3434 msg_ok " Services Stopped"
3535
3636 fetch_and_deploy_gh_release " librespeed-rust" " librespeed/speedtest-rust" " binary" " latest" " /opt/librespeed-rust" " librespeed-rs-x86_64-unknown-linux-gnu.deb"
3737
3838 msg_info " Starting Service"
39- systemctl start librespeed-rs
39+ systemctl start speedtest_rs
4040 msg_ok " Started Service"
4141 msg_ok " Updated successfully!"
4242 fi
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ update_os
1616fetch_and_deploy_gh_release " librespeed-rust" " librespeed/speedtest-rust" " binary" " latest" " /opt/librespeed-rust" " librespeed-rs-x86_64-unknown-linux-gnu.deb"
1717
1818msg_info " Enabling Service"
19- systemctl enable -q --now librespeed-rs
19+ systemctl enable -q --now speedtest_rs
2020msg_ok " Enabled Service"
2121
2222motd_ssh
You can’t perform that action at this time.
0 commit comments