From 7ce0006f8b1f9c3b68622ab30dfbaf9c979ef758 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Mon, 17 Nov 2025 10:40:57 +0100 Subject: [PATCH] Fix service messages in upgopher.sh --- ct/upgopher.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/upgopher.sh b/ct/upgopher.sh index 6e8a7aecf..cd7b4d69a 100644 --- a/ct/upgopher.sh +++ b/ct/upgopher.sh @@ -29,16 +29,16 @@ function update_script() { fi if check_for_gh_release "upgopher" "wanetty/upgopher"; then - msg_info "Stopping Services" + msg_info "Stopping Service" systemctl stop upgopher - msg_ok "Stopped Services" + msg_ok "Stopped Service" fetch_and_deploy_gh_release "upgopher" "wanetty/upgopher" "prebuild" "latest" "/opt/upgopher" "upgopher_*_linux_amd64.tar.gz" chmod +x /opt/upgopher/upgopher - msg_info "Starting Services" + msg_info "Starting Service" systemctl start upgopher - msg_ok "Started Services" + msg_ok "Started Service" msg_ok "Updated successfully!" fi exit