diff options
Diffstat (limited to 'bin')
-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" |