summaryrefslogtreecommitdiff
path: root/byteback-receive
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2015-01-19 13:21:16 +0000
committerPatrick J Cherry <patrick@bytemark.co.uk>2015-01-19 13:21:16 +0000
commitbb1489d783cc50b0253cbadd3f5d0ba750347acf (patch)
tree438eb4ef58a8046d98a5d5198cd76259147bdfac /byteback-receive
parentb92141d597f786c91fa57647e3acb6f05d6f90ef (diff)
Fixed up calls to trigger the snapshot.
Diffstat (limited to 'byteback-receive')
-rwxr-xr-xbyteback-receive2
1 files changed, 1 insertions, 1 deletions
diff --git a/byteback-receive b/byteback-receive
index d412bea..2c85005 100755
--- a/byteback-receive
+++ b/byteback-receive
@@ -42,7 +42,7 @@ end
error("Please only choose one mode") if opts[:ping] && opts[:complete]
if opts[:complete]
- system("byteback-snapshot", byteback_root)
+ system("byteback-snapshot", "--root", byteback_root)
elsif opts[:ping]
exit 0
else