From a17df88d282f5da30b1c38814e0bef0a86cf69cd Mon Sep 17 00:00:00 2001 From: Luis Guzman Date: Mon, 6 Jul 2020 17:12:55 -0500 Subject: [PATCH] Fix typo enable service (cherry picked from commit cb31cbb708a55a3721c8fd9fb2ba3059ae841ccf) --- grafana.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }