summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION2
-rwxr-xr-xbin/lazar-start2
2 files changed, 1 insertions, 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}`