Remove tmp file when done
This commit is contained in:
parent
5a995dfd8d
commit
fdc3dc68d0
1 changed files with 2 additions and 0 deletions
|
@ -121,4 +121,6 @@ fn move_tmp_hosts() !void {
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
try std.fs.deleteFileAbsoluteZ(try util.getenv("TMP_HOSTS_PATH"));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue