diff --git a/grafana.sh b/grafana.sh index d6bde92..78b9857 100644 --- a/grafana.sh +++ b/grafana.sh @@ -39,7 +39,7 @@ echo ' by Software, IT & Networks Ltd ' run_service() { -systemclt enable $1 +systemctl enable $1 systemctl restart $1 systemctl status $1 }