forked from switnet/quick-jibri-installer
Fix typo enable service
This commit is contained in:
parent
bc0274e758
commit
cb31cbb708
|
@ -39,7 +39,7 @@ echo '
|
||||||
by Software, IT & Networks Ltd
|
by Software, IT & Networks Ltd
|
||||||
'
|
'
|
||||||
run_service() {
|
run_service() {
|
||||||
systemclt enable $1
|
systemctl enable $1
|
||||||
systemctl restart $1
|
systemctl restart $1
|
||||||
systemctl status $1
|
systemctl status $1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue