Skip to content

Commit 5ded013

Browse files
committed
Fix lack of space for linux
1 parent b98f410 commit 5ded013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Terremoth/Async/Process.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function send(Closure $asyncFunction): void
4646
return;
4747
}
4848

49-
exec(PHP_BINARY . __DIR__ . $separator . 'background_processor.php ' . $this->key .
49+
exec(PHP_BINARY . ' ' . __DIR__ . $separator . 'background_processor.php ' . $this->key .
5050
' > /dev/null 2>&1 &');
5151
}
5252
}

0 commit comments

Comments
 (0)