From aef1724a0c8ffb4821d3b139f146ddb2a14c4996 Mon Sep 17 00:00:00 2001 From: Zehka Date: Tue, 7 Jul 2020 15:01:33 +0200 Subject: [PATCH] fixed init script --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index f9019b3..d0f0152 100755 --- a/init.sh +++ b/init.sh @@ -23,7 +23,7 @@ VOLUMES_PATH=$(echo $VOLUMES_PATH_RAW | sed 's/\/$//g') echo "Creating volumes structure" exe mkdir -p $VOLUMES_PATH/static exe git clone $SITE_REPO $VOLUMES_PATH/repo -exe cp -rv configs/webhook $VOLUME +exe cp -rv configs/webhook $VOLUMES_PATH echo """[ { \"id\": \"$ENDPOINT_ID\",