🔀 — Merge remote-tracking branch 'origin/development'
This commit is contained in:
commit
f8673cad87
|
@ -90,11 +90,11 @@ sub startup {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$lockfile = Mojo::File->new($lockfile)->touch();
|
Mojo::File->new($lockfile)->open('>'); # Create the file, like ->touch() but does not croak on fail
|
||||||
|
|
||||||
$self->provisioning();
|
$self->provisioning();
|
||||||
|
|
||||||
$lockfile->remove();
|
unlink $lockfile if -e $lockfile;
|
||||||
});
|
});
|
||||||
|
|
||||||
# Create directory if needed
|
# Create directory if needed
|
||||||
|
|
Loading…
Reference in New Issue