blob: 572666a4902e1b160ec4c324ae1f922659bb0050 [file] [log] [blame]
AyumuUeha76a01bc2017-05-18 13:34:13 +09001#!/bin/bash
2#************************************************************/
3#** File: nova_consolidator_start.sh */
4#** Contents: Contains shell script to start Nova */
5#** Consolidator application */
6#************************************************************/
7
8cd /usr/local/lib/node_modules/
9sudo nodejs NetcfgConsolidator.js > /home/ubuntu/NetcfgConsolidator.log 2>&1 &
10