prevent warnings

This commit is contained in:
alejandro.campos@artica.es 2024-02-14 11:25:31 +01:00
parent a5759524a1
commit 3bb61d22f9
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ function cron_task_start_gotty(bool $restart_mode=true)
while ((time() - $startTime) < $maxWaitTime) {
if ($start_proc === true) {
// Read command output.
$log_content = file_get_contents($logFilePath);
$log_content = @file_get_contents($logFilePath);
}
if ($start_proc === true