Fix typo enable service

This commit is contained in:
Luis Guzmán 2020-07-06 17:12:55 -05:00
parent bc0274e758
commit cb31cbb708
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
}