Old command does not work, giving the error "Not enough arguments.", if start is provided as argument it just prints "Daemon started" and then stops, this however seems to work properly
parent
28c640a1e8
commit
d3bbac619e
1 changed files with 1 additions and 1 deletions
|
|
@ -15,5 +15,5 @@ nohup php ./daemonise phpci:daemonise >/dev/null 2>&1 &
|
|||
If you need to debug what's going on with your builds, you can also run the daemon directly using the following command, which will output the daemon's log directly to your terminal:
|
||||
|
||||
```sh
|
||||
php ./console phpci:daemon
|
||||
php daemonise phpci:daemonise
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue