Fixed multiline handling, and did a cargo fmt.
This commit is contained in:
@@ -43,7 +43,6 @@ async fn main() -> Result<()> {
|
||||
fs::chroot(&chroot_path)
|
||||
.wrap_err_with(|| format!("Failed setting chroot '{}'", chroot_path))?;
|
||||
std::env::set_current_dir("/").wrap_err("Couldn't change directory after chroot.")?;
|
||||
|
||||
}
|
||||
|
||||
// Setup root path for commands.
|
||||
|
||||
Reference in New Issue
Block a user