mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Backuper should return the full path.
This commit is contained in:
@@ -52,7 +52,7 @@ module BackupRestore
|
|||||||
@success = false
|
@success = false
|
||||||
else
|
else
|
||||||
@success = true
|
@success = true
|
||||||
@backup_filename
|
File.join(@archive_directory, @backup_filename)
|
||||||
ensure
|
ensure
|
||||||
begin
|
begin
|
||||||
notify_user
|
notify_user
|
||||||
|
|||||||
Reference in New Issue
Block a user