Skip to content

Commit

Permalink
Update update.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 committed Sep 11, 2023
1 parent 6a3cbad commit aadf848
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions install/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@
$update_begin = false;
try {
require_once __DIR__ . '/../core/php/core.inc.php';
try{
new Cron\CronExpression('00 00 * * *', new Cron\FieldFactory);
} catch (Exception $e) {

}

echo "[PROGRESS][1]\n";
if (count(system::ps('install/update.php', 'sudo')) > 1) {
echo "Update in progress. I will wait 10s\n";
Expand Down

0 comments on commit aadf848

Please sign in to comment.