fixed context issue with conf file loading re: env vars file
This commit is contained in:
@@ -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
1
test/examplar.variables
Normal file
@@ -0,0 +1 @@
|
||||
echo "This is output from loading the variables 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
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user