7807b1d061 introduced the `maintenance/run` script with the shebang
`/bin/env` which does not exist and break the wrapper. Change it to
`/usr/bin/env` which is the usual place for BSD/Linux distributions.
Change-Id: I4ea39a1f6dab228646def35a0a123cf0c91452d7
3 lines
55 B
PHP
Executable file
3 lines
55 B
PHP
Executable file
#!/usr/bin/env php
|
|
<?php
|
|
require __DIR__ . '/run.php';
|