From d8c96aad7444b252bf644113c06f40a862b02490 Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Thu, 2 Jun 2016 12:16:08 +0300 Subject: [PATCH] Update install.sh --- setup/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/install.sh b/setup/install.sh index 32268337..b40b98cb 100755 --- a/setup/install.sh +++ b/setup/install.sh @@ -27,9 +27,9 @@ ufw allow 25/tcp ufw --force enable # Fetch Mailtrain files -cd /opt -git clone git://github.com/andris9/mailtrain.git -cd mailtrain +mkdir -p /opt/mailtrain +cd /opt/mailtrain +git clone git://github.com/andris9/mailtrain.git . # Set up upstart service script cp setup/mailtrain.conf /etc/init