From 19aed15db0c9904f63ba8f63231cd6c1df932fd6 Mon Sep 17 00:00:00 2001 From: th33xitus Date: Thu, 28 Jan 2021 16:44:05 +0100 Subject: [PATCH] fix: typos --- scripts/functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }