kodi - fix typo for daemon-reload

This commit is contained in:
2022-03-09 11:42:00 +01:00
parent 1d6b4c3b53
commit 3fc647aef8

View File

@@ -50,7 +50,7 @@ step_4() {
addConf -c "$toolServiceContent" "$toolServiceFile"
if [ $? -eq 0 ] ; then
exe systemctl daemon reload
exe systemctl daemon-reload
exe systemctl enable kodi.service
saveReturn $?
endReturn