diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/byteback-receive | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/byteback-receive b/bin/byteback-receive index d6fce81..0d7d025 100755 --- a/bin/byteback-receive +++ b/bin/byteback-receive @@ -71,6 +71,8 @@ if (ARGV[0] == 'byteback-restore') Dir.chdir(byteback_host) + args << "." + restore.results.each do |r| args << File.join(".", r.snapshot, r.path) end |