From 3c1bf165c9f8e817d06eff0708ec577d2673050a Mon Sep 17 00:00:00 2001 From: Bas van den Berg <74251551+bvdberg01@users.noreply.github.com> Date: Fri, 19 Sep 2025 20:10:43 +0200 Subject: [PATCH] Fix typo in nginx service commands --- ct/warracker.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/warracker.sh b/ct/warracker.sh index c2b2a683..c9aa36b9 100644 --- a/ct/warracker.sh +++ b/ct/warracker.sh @@ -32,14 +32,14 @@ function update_script() { msg_info "Stopping Services" systemctl stop warrackermigration systemctl stop warracker - systemctl stop ngninx + systemctl stop nginx msg_ok "Stopped Services" fetch_and_deploy_gh_release "warracker" "sassanix/Warracker" "tarball" "latest" "/opt/warracker" msg_info "Starting Services" systemctl start warracker - systemctl start ngninx + systemctl start nginx msg_ok "Started Services" msg_ok "Updated Successfully"