Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows command prompt system can not find the specified path #65

Closed
y-pp opened this issue Sep 19, 2018 · 2 comments
Closed

Windows command prompt system can not find the specified path #65

y-pp opened this issue Sep 19, 2018 · 2 comments

Comments

@y-pp
Copy link

y-pp commented Sep 19, 2018

In the Job.php file
At line 311
$compiled = '(' . $compiled . ') > /dev/null 2>&1 &';
Does not support windows
Change to
$compiled = $compiled.' 2>&1';

I'm not good at English
Please understand

@y-pp y-pp closed this as completed Sep 19, 2018
@y-pp
Copy link
Author

y-pp commented Sep 19, 2018

I saw someone mentioned this problem.

@y-pp
Copy link
Author

y-pp commented Sep 19, 2018

start /b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant