lib/oria.rb in oria-0.1.0 vs lib/oria.rb in oria-0.1.1

- old
+ new

@@ -35,10 +35,10 @@ @@port = port.to_i unless port.to_i == 0 unless Oria::Server.running? # That's right. Boot Oria on the command line so we don't bother forking or any # of that other troublesome nonsense. It's smart enough to maintain its own # status and start/stop/restart itself. - system("./bin/oria start -d -h #{@@server} -p #{@@port}") + system("oria start -d -h #{@@server} -p #{@@port}") end end def self.delete(key) store(:delete, :key => key) \ No newline at end of file