Skip to content

Commit

Permalink
Prevent passwords from being logged.
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelgbanks committed Dec 17, 2021
1 parent 8a5bcf1 commit 8e461de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions drupal/rootfs/etc/islandora/utilities.sh
Original file line number Diff line number Diff line change
Expand Up @@ -250,12 +250,10 @@ function install_site {
echo "--host ${host}"
echo "--port ${port}"
echo "--dbuser ${user}"
echo "--dbpassword ${password}"
echo "--dbname ${db_name}"
echo "PROFILE: ${profile}"
echo "--account-mail=${account_email}"
echo "--account-name=${account_name}"
echo "--account-pass=${account_password}"
echo "--site-mail=${site_email}"
echo "--locale=${site_locale}"
echo "--site-name=${site_name}"
Expand Down
1 change: 0 additions & 1 deletion drupal/rootfs/usr/local/bin/install-drupal-site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ function main {
protocol=pgsql
fi
echo "Installing site."
echo "-n si ${DRUSH_ARGS} --db-url=${protocol}://${DB_USER}:${DB_PASSWORD}@${HOST}:${PORT}/${DB_NAME}"
drush \
-n \
si ${DRUSH_ARGS} \
Expand Down

0 comments on commit 8e461de

Please sign in to comment.