mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-17 02:53:11 -06:00
Fix wrong path
This commit is contained in:
parent
033e45e64d
commit
e9abc08b49
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
if [[ "${COVER}" -eq 1 ]]; then
|
||||
echo "Running with coverage"
|
||||
exec /usr/bin/dendrite-monolith-server-cover \
|
||||
exec /dendrite/dendrite-monolith-server-cover \
|
||||
--really-enable-open-registration \
|
||||
--tls-cert server.crt \
|
||||
--tls-key server.key \
|
||||
|
|
@ -13,7 +13,7 @@ if [[ "${COVER}" -eq 1 ]]; then
|
|||
--test.coverprofile=integrationcover.log
|
||||
else
|
||||
echo "Not running with coverage"
|
||||
exec /usr/bin/dendrite-monolith-server \
|
||||
exec /dendrite/dendrite-monolith-server \
|
||||
--really-enable-open-registration \
|
||||
--tls-cert server.crt \
|
||||
--tls-key server.key \
|
||||
|
|
|
|||
Loading…
Reference in a new issue