Run node index.js, not the deleted bluetooth service.

This commit is contained in:
mmcw-dev 2017-11-22 09:31:03 -05:00
parent 0272ca21f6
commit e2b3d86f31
1 changed files with 1 additions and 1 deletions

2
dev.sh
View File

@ -8,7 +8,7 @@ jq -r ".apps[0].env | keys[]" ./process.json | while read key ; do
echo -n "$(jq ".apps[0].env.$key" ./process.json)" >> run_dev.sh
echo -n "\" ">> run_dev.sh
done
echo -n " node services/bluetooth" >> run_dev.sh
echo -n " node ." >> run_dev.sh
#cat run_dev.sh
sh run_dev.sh