Skip to content

Commit

Permalink
activate mailhog for all
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjn committed Feb 6, 2020
1 parent 049ad6d commit a923402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ services_restart() {

# Enable PHP MailHog sendmail settings by default
echo " * Enabling MailHog for PHP"
phpenmod mailhog
phpenmod -s ALL mailhog

# Restart all php-fpm versions
find /etc/init.d/ -name "php*-fpm" -exec bash -c 'sudo service "$(basename "$0")" restart' {} \;
Expand Down

0 comments on commit a923402

Please sign in to comment.