Browse Source

Fix /

master
Julien Cabillot 1 year ago
parent
commit
bd2183b6d9
1 changed files with 6 additions and 0 deletions
  1. 6
      worker.php

6
worker.php

@ -2,5 +2,11 @@
include __DIR__.'/include/config.php'; include __DIR__.'/include/config.php';
if (!file_exists(DOWNLOADEDDIR.'/.mydlok')) {
echo '.mydlok absent, le filesystem n\'est pas disponible ? exit';
sleep(30);
exit(1);
}
Download::launchNextDownload(); Download::launchNextDownload();
sleep(30); sleep(30);
Loading…
Cancel
Save