From 1c0edfdcc10616dbab1356e57d65e2c0450656cf Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" <glenux@gmail.com> Date: Tue, 9 Aug 2011 22:30:23 +0200 Subject: [PATCH] map: Inverted two lines. --- qasim/map.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qasim/map.rb b/qasim/map.rb index 926e1bf..b2dd843 100644 --- a/qasim/map.rb +++ b/qasim/map.rb @@ -143,8 +143,8 @@ module Qasim # # FIXME: test connexion with Net::SSH + timeout or ask password @links.each do |name, remotepath| - FileUtils.mkdir_p localpath localpath = File.join ENV['HOME'], "mnt", name + FileUtils.mkdir_p localpath cmd = "sshfs" cmd_args = [ "-o","allow_root" ,