fix permission issue
This commit is contained in:
parent
0210037e90
commit
fd361cf157
2
init.sh
2
init.sh
@ -11,7 +11,7 @@ read -p "Hook endpoint Password:" ENDPOINT_PW
|
|||||||
read -p "Hook Domain (NOT site domain):" HOOK_DOMAIN
|
read -p "Hook Domain (NOT site domain):" HOOK_DOMAIN
|
||||||
VOLUMES_PATH=$(echo $VOLUMES_PATH_RAW | sed 's/\/$//g')
|
VOLUMES_PATH=$(echo $VOLUMES_PATH_RAW | sed 's/\/$//g')
|
||||||
echo "Creating volumes structure"
|
echo "Creating volumes structure"
|
||||||
exe mkdir $VOLUMES_PATH
|
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 $VOLUME
|
||||||
echo """[
|
echo """[
|
||||||
|
Loading…
Reference in New Issue
Block a user