Fixed multiline handling, and did a cargo fmt.

This commit is contained in:
Micheal Smith
2025-10-31 05:34:34 -05:00
parent 138df60661
commit 9719d9203c
4 changed files with 16 additions and 17 deletions

View File

@@ -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.