diff options
author | Matthew Bloch <matthew@bytemark.co.uk> | 2014-11-06 01:53:14 +0000 |
---|---|---|
committer | Matthew Bloch <matthew@bytemark.co.uk> | 2014-11-06 01:53:14 +0000 |
commit | 4dbd2b9d016aa573fde514b6f4f97fb7006e50b5 (patch) | |
tree | fe95e0378f3b4f8925329271c04ad96466335c77 | |
parent | 0757c2cfadc82e5027609f0bcac06e762e602c3a (diff) |
Fixed byteback-receive to work with new logging.
-rwxr-xr-x | byteback-receive | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/byteback-receive b/byteback-receive index f93dfd3..62fdb4f 100755 --- a/byteback-receive +++ b/byteback-receive @@ -7,6 +7,8 @@ $LOAD_PATH << '/usr/lib/byteback' require 'trollop' +require 'byteback' +include Byteback::Log #debug "ARGV=#{ARGV.inspect}\nSSH_ORIGINAL_COMMAND=#{ENV['SSH_ORIGINAL_COMMAND']}\n" |