Fix typo in nginx service commands

This commit is contained in:
Bas van den Berg 2025-09-19 20:10:43 +02:00 committed by GitHub
parent cf9ae4500b
commit 3c1bf165c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,14 +32,14 @@ function update_script() {
msg_info "Stopping Services" msg_info "Stopping Services"
systemctl stop warrackermigration systemctl stop warrackermigration
systemctl stop warracker systemctl stop warracker
systemctl stop ngninx systemctl stop nginx
msg_ok "Stopped Services" msg_ok "Stopped Services"
fetch_and_deploy_gh_release "warracker" "sassanix/Warracker" "tarball" "latest" "/opt/warracker" fetch_and_deploy_gh_release "warracker" "sassanix/Warracker" "tarball" "latest" "/opt/warracker"
msg_info "Starting Services" msg_info "Starting Services"
systemctl start warracker systemctl start warracker
systemctl start ngninx systemctl start nginx
msg_ok "Started Services" msg_ok "Started Services"
msg_ok "Updated Successfully" msg_ok "Updated Successfully"