diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-05-02 17:40:24 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-05-02 17:40:24 +0100 |
commit | c4b3f85594e91c772011dffef2da2498ee5c8a5e (patch) | |
tree | 05330a72a3184f88a1818af5c185fda008ec824c /bin/site-specific-install.sh | |
parent | 554612942dfe36c90ddd2a1406e88b79ed710e7a (diff) |
Install postfix as part of FixMyStreet install script.
Diffstat (limited to 'bin/site-specific-install.sh')
-rw-r--r-- | bin/site-specific-install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh index 0f32c86f6..41d35f783 100644 --- a/bin/site-specific-install.sh +++ b/bin/site-specific-install.sh @@ -28,6 +28,8 @@ misuse() { install_nginx +install_postfix + # Check out the current released version su -l -c "cd '$REPOSITORY' && git checkout '$VERSION'" "$UNIX_USER" |