#!/bin/bash ZAMMAD_DIR="/home/zammad" GIT_URL="https://github.com/monotek/zammad.git" GIT_BRANCH="unicorn" FRESH_INSTALL="no" RAILS_SERVER="unicorn" DEBUG="no" RAILS_ENV="production"