install-modules.sh should expect a configuration file path
ceremcem opened this issue · 1 comments
ceremcem commented
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
currently make install-dependencies
target requires export CONF=path/to/config-file
variable to be set.