From 3f20696cdabe971392fa965049a7d56673d3520d Mon Sep 17 00:00:00 2001 From: Mageas Date: Sat, 4 Dec 2021 19:15:55 +0100 Subject: [PATCH] Remove dummy echo --- entrypoint.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index b1289c2..baf9c68 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -4,8 +4,6 @@ app="/app" cd ${app} -echo ${MATRIX_PIPED_FEED__DATABASE} - chown ${UID:-0}:${GID:-0} -R ${app} su-exec ${UID:-0}:${GID:-0} ./matrix_piped_feed