Skip to content

Commit

Permalink
add health_check module
Browse files Browse the repository at this point in the history
  • Loading branch information
rnsrk committed Jan 14, 2025
1 parent cb5f11b commit f0b5288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ else
# Install development modules
echo -e "\033[0;33mINSTALL DEVELOPMENT MODULES.\033[0m"
{
composer require drupal/devel
composer require drupal/devel drupal/health_check
drush en devel -y
} 1> /dev/null
echo -e "\033[0;32mDEVELOPMENT MODULES INSTALLED.\033[0m\n"
Expand Down

0 comments on commit f0b5288

Please sign in to comment.