Skip to content

Commit

Permalink
Addinf Suppport for default configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Hertzel Armengol committed Dec 7, 2020
1 parent a4a2d0b commit 72de41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drupal/rootfs/etc/islandora/utilities.sh
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ function update_settings_php {
local user=$(drupal_site_env "${site}" "DB_USER")
local password=$(drupal_site_env "${site}" "DB_PASSWORD")
local db_name=$(drupal_site_env "${site}" "DB_NAME")
local config_dir=$(drupal_site_env "${site}" "DRUPAL_DEFAULT_CONFIGURATION")
local config_dir=$(drupal_site_env "${site}" "CONFIGDIR")
local fcrepo_host=$(drupal_site_env "${site}" "FCREPO_HOST")
local fcrepo_port=$(drupal_site_env "${site}" "FCREPO_PORT")
local salt=$(drupal_site_env "${site}" "SALT")
Expand Down

0 comments on commit 72de41f

Please sign in to comment.