Commit graph

2 commits

Author SHA1 Message Date
Antoine Musso
795f4d972f Fix shebang in maintenance/run: /bin/env -> /usr/bin/env
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
2023-01-13 14:57:42 +01:00
daniel
7807b1d061 Add maintenance/run
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
2023-01-11 13:25:03 +00:00