diff --git a/init.sh b/init.sh index 407e35f..eaefda7 100755 --- a/init.sh +++ b/init.sh @@ -11,7 +11,7 @@ read -p "Hook endpoint Password:" ENDPOINT_PW read -p "Hook Domain (NOT site domain):" HOOK_DOMAIN VOLUMES_PATH=$(echo $VOLUMES_PATH_RAW | sed 's/\/$//g') echo "Creating volumes structure" -exe mkdir $VOLUMES_PATH +exe mkdir -p $VOLUMES_PATH/static exe git clone $SITE_REPO $VOLUMES_PATH/repo exe cp -rv configs/webhook $VOLUME echo """[