mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-14 02:54:28 +05:00
fix: typos
This commit is contained in:
@@ -257,8 +257,8 @@ restart_klipperscreen(){
|
|||||||
|
|
||||||
restart_nginx(){
|
restart_nginx(){
|
||||||
if [ "$(systemctl list-units --full -all -t service --no-legend | grep -F "nginx.service")" ]; then
|
if [ "$(systemctl list-units --full -all -t service --no-legend | grep -F "nginx.service")" ]; then
|
||||||
status_msg "Restarting Nginx Service ..."
|
status_msg "Restarting NGINX Service ..."
|
||||||
sudo systemctl restart nginx && ok_msg "Nginx Service restarted!"
|
sudo systemctl restart nginx && ok_msg "NGINX Service restarted!"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user