From 4dbd2b9d016aa573fde514b6f4f97fb7006e50b5 Mon Sep 17 00:00:00 2001 From: Matthew Bloch Date: Thu, 6 Nov 2014 01:53:14 +0000 Subject: Fixed byteback-receive to work with new logging. --- byteback-receive | 2 ++ 1 file changed, 2 insertions(+) (limited to 'byteback-receive') 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" -- cgit v1.2.3