mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 17:44:41 +00:00
firewall: src sweep
This commit is contained in:
parent
0803a233d0
commit
713809efeb
@ -35,7 +35,7 @@ if (count($argv) >= 2) {
|
||||
$lckfile = "/tmp/filter_{$revision}.lock";
|
||||
file_put_contents($lckfile, "");
|
||||
// give the api 60 seconds to callback
|
||||
for ($i=0; $i < 60 ; ++$i) {
|
||||
for ($i = 0; $i < 60; ++$i) {
|
||||
if (!file_exists($lckfile)) {
|
||||
// got feedback
|
||||
exit(0);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user