Skip to content

Commit

Permalink
Update Monitor.php
Browse files Browse the repository at this point in the history
file_put_contents(../app/process/../runtime/monitor.lock): Failed to open stream: No such file or directory
  • Loading branch information
Tinywan authored Nov 30, 2024
1 parent 8f6d5cd commit 4bc6c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/process/Monitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Monitor
/**
* @var string
*/
public static $lockFile = __DIR__ . '/../runtime/monitor.lock';
public static $lockFile = __DIR__ . '/../../runtime/monitor.lock';

/**
* Pause monitor
Expand Down

0 comments on commit 4bc6c0c

Please sign in to comment.