fresh install = no

This commit is contained in:
André Bauer 2016-12-20 13:52:21 +01:00
parent 35f7055917
commit 7e5c7b97ba

View File

@ -7,7 +7,7 @@ GIT_BRANCH="develop"
#GIT_BRANCH="unicorn" #GIT_BRANCH="unicorn"
RAILS_SERVER="puma" RAILS_SERVER="puma"
RAILS_ENV="production" RAILS_ENV="production"
FRESH_INSTALL="yes" FRESH_INSTALL="no"
DEBUG="no" DEBUG="no"
if [ "$1" = 'zammad' ]; then if [ "$1" = 'zammad' ]; then