From d3bbac619eeece354f085eb160889e3042d1043e Mon Sep 17 00:00:00 2001 From: Martijn Hols Date: Sat, 20 Jun 2015 11:38:24 +0200 Subject: [PATCH] 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 --- Run-Builds-Using-a-Daemon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Run-Builds-Using-a-Daemon.md b/Run-Builds-Using-a-Daemon.md index bd19113..9a6c5ee 100644 --- a/Run-Builds-Using-a-Daemon.md +++ b/Run-Builds-Using-a-Daemon.md @@ -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 ``` \ No newline at end of file