mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
This commit is contained in:
parent
86408b3f47
commit
e1df4ef73c
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ my $machine = $selected->{machine};
|
|||
|
||||
my $slotLock = openSlotLock($machine, $selected->{free});
|
||||
flock($slotLock, LOCK_EX | LOCK_NB) or die;
|
||||
utime undef, undef, $slotLock;
|
||||
|
||||
close MAINLOCK;
|
||||
|
||||
|
|
Loading…
Reference in a new issue