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
Creates a file called "run" as an alias for "run.php", which can be
executed directly. run.php itself should not contain a shebang line.
Change-Id: Iecc388e9453426384c8a076e719c98b2adf96278