Closed ceremcem closed 4 years ago
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.
install-modules.sh
currently make install-dependencies target requires export CONF=path/to/config-file variable to be set.
make install-dependencies
export CONF=path/to/config-file
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.