fixed init script
This commit is contained in:
parent
66cfdae22f
commit
aef1724a0c
2
init.sh
2
init.sh
@ -23,7 +23,7 @@ VOLUMES_PATH=$(echo $VOLUMES_PATH_RAW | sed 's/\/$//g')
|
|||||||
echo "Creating volumes structure"
|
echo "Creating volumes structure"
|
||||||
exe mkdir -p $VOLUMES_PATH/static
|
exe mkdir -p $VOLUMES_PATH/static
|
||||||
exe git clone $SITE_REPO $VOLUMES_PATH/repo
|
exe git clone $SITE_REPO $VOLUMES_PATH/repo
|
||||||
exe cp -rv configs/webhook $VOLUME
|
exe cp -rv configs/webhook $VOLUMES_PATH
|
||||||
echo """[
|
echo """[
|
||||||
{
|
{
|
||||||
\"id\": \"$ENDPOINT_ID\",
|
\"id\": \"$ENDPOINT_ID\",
|
||||||
|
Loading…
Reference in New Issue
Block a user