| @@ -1238,7 +1238,7 @@ shell_verse.acquireElevationState().then((isElevated) => { | |||
| if(__repo_manifest_elxr.error) console.log(__repo_manifest_elxr.e.message) | |||
| var instance_specific_config_manifest = loadmanifest( instance.root + `/${instance.instanceName}-config-${clioverrides.node_env}` | |||
| , { utils, username : instance.username /** ??? TODO */ , instanceName : instance.instanceName /** ??? TODO */ | |||
| , { username : instance.username /** ??? TODO */ , instanceName : instance.instanceName /** ??? TODO */ | |||
| , node_env : clioverrides.node_env, reposerver : instance.reposerver /** ??? TODO */ } // options | |||
| ) | |||
| if(instance_specific_config_manifest.error) console.log(instance_specific_config_manifest.e.message) | |||