Skip to content

Commit e4eac82

Browse files
committed
tests
1 parent b0a0319 commit e4eac82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/http_daemon.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
[
1818
'name' => 'ls',
1919
'cmd' => "ls -al",
20-
'out' => 'file:///tmp/php_crontab.log',
20+
'out' => '/tmp/php_crontab.log',
2121
'time' => '* * * * *',
2222
],
2323
[
2424
'name' => 'hostname',
2525
'cmd' => "hostname",
26-
'out' => 'unix:///tmp/php_crontab.sock',
26+
'out' => '/tmp/php_crontab.log',
2727
'time' => '* * * * *',
2828
],
2929
];

0 commit comments

Comments
 (0)