FIX: Backuper should return the full path.

This commit is contained in:
Guo Xiang Tan 2016-08-08 07:49:37 +08:00
parent fce902ab1e
commit 8539f02b5e

View File

@ -52,7 +52,7 @@ module BackupRestore
@success = false
else
@success = true
@backup_filename
File.join(@archive_directory, @backup_filename)
ensure
begin
notify_user