mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: Backuper should return the full path.
This commit is contained in:
parent
fce902ab1e
commit
8539f02b5e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue