From 2974903dc56de4b8b3205d58f739974d40cdb666 Mon Sep 17 00:00:00 2001 From: Felix Bartels <1257835+fbartels@users.noreply.github.com> Date: Mon, 11 May 2020 15:39:10 +0200 Subject: [PATCH] set CADDYPATH (#396) --- web/wrapper.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/wrapper.sh b/web/wrapper.sh index 678435d..e79eccb 100755 --- a/web/wrapper.sh +++ b/web/wrapper.sh @@ -8,6 +8,8 @@ if [ $# -gt 0 ]; then exit fi +export CADDYPATH="$KOPANO_KWEB_ASSETS_PATH" + # services need to be aware of the machine-id if [ "$AUTOCONFIG" = "yes" ]; then dockerize \