diff --git a/sshfs-mapper.rb b/sshfs-mapper.rb index 3b87e3d..2b13032 100755 --- a/sshfs-mapper.rb +++ b/sshfs-mapper.rb @@ -4,6 +4,7 @@ $DEBUG = true $VERBOSE = true +require 'pp' require 'sshfs-mapper/config' require 'sshfs-mapper/map' @@ -24,7 +25,8 @@ module SshfsMapper return end @active_maps.each do |map| - map.connect() + pp map + #map.connect() end puts "--run" end