RBGQQMWXRUO4W2P5GFH24VRIP52IW5BNSE2ZOBXKFIYARDOPBFWAC
RINI5Z3PQIHA6QRP6SEKRDJX74HREH5GUSQPXSWMUHT3QZHMAKXAC
ODUDDQRY373JMDR6W2BHUWSKEU6TEICQMNZIAIFKJPNUA5UN3C4QC
if status != 0 { debug!("returning error"); return Err(Error::BuildReturn { status }); }
if status != 0 {
debug!("returning error");
return Err(Error::BuildReturn { status });
}
std::fs::remove_dir(&tmp_dir).unwrap_or(());
// Return the error after cleanup if status != 0 { info!("removing {:?}", tmp_dir); std::fs::remove_dir_all(&tmp_dir).unwrap_or(()); debug!("returning error"); return Err(Error::BuildReturn { status }); }
// Return the error after cleanup
info!("removing {:?}", tmp_dir);
std::fs::remove_dir_all(&tmp_dir).unwrap_or(());
match std::os::unix::fs::symlink(&dest, &out) {
let s = std::os::unix::fs::symlink(&dest, &out); info!("removing {:?}", tmp_dir); std::fs::remove_dir_all(&tmp_dir).unwrap_or(()); match s {
let s = std::os::unix::fs::symlink(&dest, &out);
match s {
debug!("{}", r.script);
info!("chrooting to {:?}", tmp_dir);
info!("chrooting to (fork) {:?}", tmp_dir);