aktos-io/scada.js

install-modules.sh should expect a configuration file path

ceremcem opened this issue · 1 comments

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.

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