bin/stoor in stoor-0.1.1 vs bin/stoor in stoor-0.1.2
- old
+ new
@@ -2,9 +2,11 @@
require 'thin'
config_ru = File.expand_path(File.join(File.dirname(__FILE__), '..', 'config.ru'))
+ENV['WIKI_PATH'] ||= '.'
+
ARGV.unshift config_ru
ARGV.unshift '-R'
ARGV.unshift 'start'
Thin::Runner.new(ARGV).run!