mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00
BUGFIX: no idea how this worked in test
This commit is contained in:
@ -94,7 +94,7 @@ module Import
|
||||
@tar_filename = @archive_filename[0...-3]
|
||||
@meta_filename = File.join(@tmp_directory, BackupRestore::METADATA_FILE)
|
||||
@dump_filename = File.join(@tmp_directory, BackupRestore::DUMP_FILE)
|
||||
@logs << []
|
||||
@logs = []
|
||||
end
|
||||
|
||||
def listen_for_shutdown_signal
|
||||
|
Reference in New Issue
Block a user