Additional tweaks

This commit is contained in:
Beefki
2017-10-25 20:23:30 -05:00
parent 1ff420fb49
commit fc0f7a2fff
2 changed files with 11 additions and 14 deletions

View File

@ -26,8 +26,8 @@ fn main() {
ruxconf.push(".config/rux/rux.conf");
if ruxconf.is_file() {
let pac = read_default().unwrap_or_else(|err| {
println!("{:?}", err);
let pac = read_default(ruxconf).unwrap_or_else(|err| {
eprintln!("{:?}", err);
std::process::exit(1)
});
config.run(pac);