Typo in service start

This commit is contained in:
2019-05-14 13:42:40 +02:00
parent 77f8c63276
commit 8413e2d518

2
seqs/kodi.sh Executable file → Normal file
View File

@@ -122,7 +122,7 @@ step_7() {
*) *)
echo echo
echo "Start $toolName manually:" echo "Start $toolName manually:"
echo "service start kodi" echo "service kodi start"
;; ;;
esac esac
} }