Fix typo enable service

(cherry picked from commit cb31cbb708)
This commit is contained in:
Luis Guzmán 2020-07-06 17:12:55 -05:00
parent 7a26508743
commit a17df88d28
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ echo '
by Software, IT & Networks Ltd
'
run_service() {
systemclt enable $1
systemctl enable $1
systemctl restart $1
systemctl status $1
}