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