Skip to content

Commit

Permalink
remove unneeded comments
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Feb 7, 2017
1 parent a024507 commit 3335e75
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -237,13 +237,9 @@ sed -i "s/#START=yes/START=yes/" /etc/default/beanstalkd

# Install & Configure MailHog

# Download binary from github
wget --quiet -O /usr/local/bin/mailhog https://github.com/mailhog/MailHog/releases/download/v0.2.1/MailHog_linux_amd64

# Make it executable
chmod +x /usr/local/bin/mailhog

# Make it start on reboot
sudo tee /etc/systemd/system/mailhog.service <<EOL
[Unit]
Description=Mailhog
Expand All @@ -257,7 +253,6 @@ ExecStart=/usr/bin/env /usr/local/bin/mailhog > /dev/null 2>&1 &
WantedBy=multi-user.target
EOL

# Start it now in the background
service mailhog start

# Configure Supervisor
Expand Down

0 comments on commit 3335e75

Please sign in to comment.