Skip to content
Snippets Groups Projects

Resolve "Variables are not propageted config"

Merged Martin Vala requested to merge 24-variables-are-not-propageted-config into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -108,6 +108,7 @@ function exportVarDir() {
[ -f /etc/eos.keytab ] || generateEOSKey
if [ -f $ED_ROOT_DIR/$ED_CONFIG_FILE ];then
source $ED_ROOT_DIR/$ED_CONFIG_FILE.default
source $ED_ROOT_DIR/$ED_CONFIG_FILE
else
echo "ERROR: $ED_ROOT_DIR/$ED_CONFIG_FILE was not found !!!"
Loading