Fixed a bunch of installer stuff for Naomi
This commit is contained in:
parent
41e2b5d840
commit
b920ed2598
4 changed files with 31 additions and 17 deletions
|
@ -65,6 +65,9 @@ if ($return_code == 0) {
|
|||
exit(1);
|
||||
}
|
||||
|
||||
// Stop media-monitor
|
||||
service media-monitor stop-with-monit
|
||||
|
||||
//convert strings like 1.9.0-devel to 1.9.0
|
||||
$version = substr($version, 0, 5);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue