Rename 'COMPOSER_*' -> 'DEPLOY_*' and remove unuused variables
This commit is contained in:
parent
109cb27731
commit
613fb3fe6e
6 changed files with 29 additions and 42 deletions
|
|
@ -57,7 +57,7 @@ GRAPHDB_USER="${GRAPHDB_USER_PREFIX}${USERNAME_BASE}"
|
|||
GRAPHDB_REPO="${GRAPHDB_REPO_PREFIX}${USERNAME_BASE}"
|
||||
|
||||
# Compute the base directory for the files that will live on disk.
|
||||
INSTANCE_BASE_DIR="$COMPOSER_INSTANCES_DIR/$INSTANCE_DOMAIN"
|
||||
INSTANCE_BASE_DIR="$DEPLOY_INSTANCES_DIR/$INSTANCE_DOMAIN"
|
||||
INSTANCE_DATA_DIR="$INSTANCE_BASE_DIR/data/"
|
||||
|
||||
if [ -n "$CERTBOT_EMAIL" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue