fix: typos

This commit is contained in:
th33xitus
2021-01-28 16:44:05 +01:00
parent b2b19f446b
commit 19aed15db0

View File

@@ -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
}