update_prefix_config: Add 'http://' prefix
This commit is contained in:
parent
45ee6b665e
commit
210668a49b
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ date | tee -a "$DEPLOY_PREFIX_CONFIG"
|
|||
|
||||
# update all the instances
|
||||
for slug in $(sql_bookkeep_list); do
|
||||
INSTANCE_DOMAIN="$(compute_instance_domain "$slug")"
|
||||
INSTANCE_DOMAIN="http://$(compute_instance_domain "$slug")"
|
||||
echo "$INSTANCE_DOMAIN:" | tee -a "$DEPLOY_PREFIX_CONFIG"
|
||||
|
||||
read -r INSTANCE_BASE_DIR MYSQL_DATABASE MYSQL_USER GRAPHDB_REPO GRAPHDB_USER GRAPHDB_PASSWORD <<< "$(sql_bookkeep_load "${slug}" "filesystem_base,sql_database,sql_user,graphdb_repository,graphdb_user,graphdb_password" | tail -n +2)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue