From cdd98748e21bf30c5301f37cdec1af8fc9255d7a Mon Sep 17 00:00:00 2001 From: gebele Date: Tue, 7 Jun 2016 09:55:50 +0000 Subject: bumped version; required unicorn conf --- VERSION | 2 +- bin/lazar-start | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index e3e1807..7e310ba 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.8 +0.9.9 diff --git a/bin/lazar-start b/bin/lazar-start index 713acf2..73f6d91 100755 --- a/bin/lazar-start +++ b/bin/lazar-start @@ -1,5 +1,8 @@ #!/usr/bin/env ruby bin_dir = File.expand_path(File.dirname(__FILE__)) shell_script_path = File.join(bin_dir, 'lazar-start.sh') +app_dir = File.expand_path('..') +unicorn_conf = File.join(app_dir, 'unicorn.rb') `#{shell_script_path}` +`#{unicorn_conf}` -- cgit v1.2.3