Fixed a bunch of installer stuff for Naomi

This commit is contained in:
Albert Santoni 2014-04-23 12:21:39 -04:00
parent 41e2b5d840
commit b920ed2598
4 changed files with 31 additions and 17 deletions

View file

@ -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);