fix permission issue

This commit is contained in:
Zehka 2020-07-05 18:52:04 +02:00
parent 0210037e90
commit fd361cf157
1 changed files with 1 additions and 1 deletions

View File

@ -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 """[