aktos-io / scada.js

Industrial distributed SCADA and MRP library for web, desktop and mobile
https://aktos.io
93 stars 26 forks source link

install-modules.sh should expect a configuration file path #161

Closed ceremcem closed 4 years ago

ceremcem commented 6 years ago

Description:

install-modules.sh should expect a configuration file path instead of being hardcoded into the script, because user might want to keep config scripts in a different/common folder.

ceremcem commented 4 years ago

currently make install-dependencies target requires export CONF=path/to/config-file variable to be set.