fixed context issue with conf file loading re: env vars file

This commit is contained in:
Master
2020-06-20 21:10:42 -04:00
parent d636ece26a
commit 88eaea7bfa
11 changed files with 28 additions and 13 deletions

View File

@@ -4,5 +4,5 @@
"units_path": "units/all_test.units",
"plan_path": "plans/test.plan",
"config_version": "3",
"env_vars_file": "Examplar.variables"
"env_vars_file": "examplar.variables"
}

1
test/examplar.variables Normal file
View File

@@ -0,0 +1 @@
echo "This is output from loading the variables file."

View File

@@ -20,8 +20,8 @@
"name": "A DEFINITION THAT IS NOT USED",
"target": "/usr/bin/dialog --yesno test 50 50",
"rectifier": "/usr/bin/false",
"active": true,
"required": true,
"active": false,
"required": false,
"rectify": true
},
{