diff options
-rwxr-xr-x | byteback-snapshot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/byteback-snapshot b/byteback-snapshot index 0e5a362..37fae68 100755 --- a/byteback-snapshot +++ b/byteback-snapshot @@ -150,6 +150,7 @@ class BackupDirectory protected def system_no_error(*args) + args += " > /dev/null" unless @verbose raise RuntimeError.new("Command failed: "+args.join(" ")) unless system(*args) end |