diff --git a/scripts/functions.sh b/scripts/functions.sh index e8823c2..000b271 100755 --- a/scripts/functions.sh +++ b/scripts/functions.sh @@ -257,8 +257,8 @@ restart_klipperscreen(){ restart_nginx(){ if [ "$(systemctl list-units --full -all -t service --no-legend | grep -F "nginx.service")" ]; then - status_msg "Restarting Nginx Service ..." - sudo systemctl restart nginx && ok_msg "Nginx Service restarted!" + status_msg "Restarting NGINX Service ..." + sudo systemctl restart nginx && ok_msg "NGINX Service restarted!" fi }