Run etc-update (fix #72)

This commit is contained in:
Roey Darwish Dror
2018-10-02 13:25:02 +03:00
parent 3875f973d1
commit e9e743ab45
3 changed files with 29 additions and 1 deletions

View File

@@ -126,6 +126,10 @@ fn run() -> Result<(), Error> {
println!("Error detecting current distribution: {}", e);
}
}
report.push_result(execute(
|terminal| linux::run_etc_update(&sudo, terminal, opt.dry_run),
&mut terminal,
));
}
}