libraries/madeleine_service.rb in Pimki-1.5.092 vs libraries/madeleine_service.rb in Pimki-1.6.092

- old
+ new

@@ -101,10 +101,10 @@ def system @server.system end def command_log_present? - not Dir[storage_path + '/*.command_log'].empty? + not Dir[File.join(File.expand_path(storage_path), '*.command_log')].empty? end def force_snapshot begin hours_since_last_snapshot = 0 \ No newline at end of file