diff options
author | Matthew Bloch <matthew@bytemark.co.uk> | 2014-12-04 18:35:36 +0000 |
---|---|---|
committer | Matthew Bloch <matthew@bytemark.co.uk> | 2014-12-04 18:35:36 +0000 |
commit | fcf00ad61a60c9e99a7d45380803f0dbf0b858f5 (patch) | |
tree | b819c65842ce37dbd80108464425e0c0779534c9 /byteback-backup | |
parent | a7162ddb80be70443d5617cac5d71ce6521e9f42 (diff) |
Realised we don't need sudo at all to run our btrfs commands, removed all
references.
Diffstat (limited to 'byteback-backup')
-rwxr-xr-x | byteback-backup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/byteback-backup b/byteback-backup index e7f69cf..c4c8310 100755 --- a/byteback-backup +++ b/byteback-backup @@ -252,6 +252,6 @@ info("Backup completed, requesting snapshot") # Mark the backup as done on the other end # fatal("Backup could not be marked complete") unless - ssh("sudo", "byteback-snapshot", "--snapshot", @verbose) == 0 + ssh("byteback-snapshot", "--snapshot", @verbose) == 0 info("Finished") |