oops again

This commit is contained in:
zefie
2021-08-11 02:31:56 -04:00
parent 5275d56dea
commit f09f9f1672
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ if (!request_headers.query.path) {
headers = errpage[0];
data = errpage[1];
} else {
var wtvflashrom = new WTVFlashrom(minisrv_config, service_vaults, service_name, minisrv_config.services[service_name].use_zefie_server, true);
var wtvflashrom = new WTVFlashrom(minisrv_config, service_vaults, service_name, minisrv_config.services[service_name].use_zefie_server, false, true);
var request_path = request_headers.query.path;
// read flashrom header info into array using WTVFlashrom class