mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
prevent warnings
This commit is contained in:
parent
a5759524a1
commit
3bb61d22f9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user