summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/byteback-restore12
1 files changed, 5 insertions, 7 deletions
diff --git a/bin/byteback-restore b/bin/byteback-restore
index 2341502..7ac47dd 100755
--- a/bin/byteback-restore
+++ b/bin/byteback-restore
@@ -7,14 +7,12 @@ $LOAD_PATH.unshift('/usr/lib/byteback')
$LOAD_PATH.unshift('./lib/')
require 'trollop'
+require 'byteback/util'
+require 'byteback/log'
+include Byteback::Util
+include Byteback::Log
+
-#
-# Show an error message and abort.
-#
-def fatal(str)
- STDERR.puts(str)
- exit(1)
-end
#
# Run a remote command.