From c4a6cf1534b864d3941c839d4a4dca7e505bd828 Mon Sep 17 00:00:00 2001 From: Quentin Date: Sat, 12 Sep 2020 10:03:48 +0200 Subject: Rebase first step --- app_build/matrix-synapse/entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 app_build/matrix-synapse/entrypoint.sh (limited to 'app_build/matrix-synapse/entrypoint.sh') diff --git a/app_build/matrix-synapse/entrypoint.sh b/app_build/matrix-synapse/entrypoint.sh new file mode 100755 index 0000000..b93a702 --- /dev/null +++ b/app_build/matrix-synapse/entrypoint.sh @@ -0,0 +1,3 @@ +#!/bin/sh +. /root/matrix-env/bin/activate +exec "$@" -- cgit v1.2.3