Skip to content

Commit

Permalink
hard code site root
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdentremont authored Sep 9, 2024
1 parent 297e2fc commit 40145f4
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 @@ -388,7 +388,7 @@ function update_settings_php {
fedora_url previous_owner_group
site="${1}"
shift
drupal_root=$(drush drupal:directory)
drupal_root=/var/www/drupal/web
site_url=$(drupal_site_env "${site}" "SITE_URL")
driver=$(drupal_site_env "${site}" "DB_DRIVER")
host=$(drupal_site_env "${site}" "DB_HOST")
Expand Down

0 comments on commit 40145f4

Please sign in to comment.