bin/kiosk in service_kiosk-0.5.4 vs bin/kiosk in service_kiosk-0.5.5
- old
+ new
@@ -54,10 +54,10 @@
exec(env, "#{jruby} #{mall}", :chdir => dir, :unsetenv_others => true)
when 'create'
if ARGV[1]=='mall'
require 'fileutils'
- FileUtils.cp_r gem_dir+"examples/kiosk_mall", "."
+ FileUtils.cp_r gem_dir + "/examples/kiosk_mall", "."
end
else
puts "Usage: $0 {plaza:init|plaza:up|plaza:down|plaza:ssh|mall:open|mall:close|mall:log}"
end