Revert "Integrate NBI and Prometheus"
[osm/devops.git] / tools / local-build.sh
index 7d2ec61..829649d 100755 (executable)
@@ -186,7 +186,7 @@ function run_httpserver() {
     if [ ! -z $EXISTING_PID ] ; then
         kill $EXISTING_PID
     fi
-    python3 -m http.server ${HTTPPORT} --directory "${HTTPDDIR}" &>/dev/null &
+    nohup python3 -m http.server ${HTTPPORT} --directory "${HTTPDDIR}" &>/dev/null &
 }
 
 function stage_2() {