MON Installation Changes Updated.

Signed-off-by: prithiv <prithiv.mohan@intel.com>
diff --git a/jenkins/MON/start_build b/jenkins/MON/start_build
index c73a40c..ffbcfa0 100755
--- a/jenkins/MON/start_build
+++ b/jenkins/MON/start_build
@@ -1,3 +1,5 @@
+#!/bin/bash
+
 # Copyright 2017 Intel Research and Development Ireland Limited
 # *************************************************************
 
@@ -27,7 +29,7 @@
 . $OSM_JENKINS/common/all_funcs
 
 # SET YOU MDG repository name here
-export OSM_MDG=RO
+export OSM_MDG=MON
 OSM_load_config
 OSM_git_checkout "$@"
 python -m py_compile kafkad
@@ -37,9 +39,9 @@
 
 #Start VMWare install script
 INFO "Installing vROPs Web Service"
-. plugins/vRealiseOps/vROPs_Webservice/install.sh
-INFO "Startinv vrops Web Service"
-python plugins/vRealiseOps/vROPs_Webservice/vrops_webservice
+. osm_mon/plugins/vRealiseOps/vROPs_Webservice/install.sh
+INFO "Starting vrops Web Service"
+python osm_mon/plugins/vRealiseOps/vROPs_Webservice/vrops_webservice
 
 RC=$?
 INFO "done, RC=$RC"