From 242d18cb8bcfbe3c38cfa38c6b380fda19584d81 Mon Sep 17 00:00:00 2001 From: gebele Date: Mon, 6 Jun 2016 14:42:48 +0000 Subject: undo unicorn config path --- VERSION | 2 +- bin/lazar-start | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/VERSION b/VERSION index c81aa44..e3e1807 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.7 +0.9.8 diff --git a/bin/lazar-start b/bin/lazar-start index b284b8d..713acf2 100755 --- a/bin/lazar-start +++ b/bin/lazar-start @@ -1,7 +1,5 @@ #!/usr/bin/env ruby bin_dir = File.expand_path(File.dirname(__FILE__)) shell_script_path = File.join(bin_dir, 'lazar-start.sh') -unicorn_config_path = File.join('unicorn.rb') `#{shell_script_path}` -`#{unicorn_config_path}` -- cgit v1.2.3