@@ -121,7 +121,7 @@ |
||
| 121 | 121 | // pipe both outputs to new crontab |
| 122 | 122 | $pipe = new CliExecutable($this->cmd); |
| 123 | 123 | $pipe->addOptionIfNotEmpty('-u', $this->user, true, ' ') |
| 124 | - ->addOption('-'); |
|
| 124 | + ->addOption('-'); |
|
| 125 | 125 | $line->pipeOutputTo($pipe); |
| 126 | 126 | } |
| 127 | 127 | |