Skip to content

Commit

Permalink
Adding default config dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Hertzel Armengol committed Dec 4, 2020
1 parent c8d7b88 commit a4a2d0b
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}" "CONFIGDIR")
local config_dir=$(drupal_site_env "${site}" "DRUPAL_DEFAULT_CONFIGURATION")
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 a4a2d0b

Please sign in to comment.