map: Inverted two lines.
This commit is contained in:
parent
8343912abb
commit
d71a666dbb
1 changed files with 1 additions and 1 deletions
|
@ -143,8 +143,8 @@ module Qasim
|
||||||
#
|
#
|
||||||
# FIXME: test connexion with Net::SSH + timeout or ask password
|
# FIXME: test connexion with Net::SSH + timeout or ask password
|
||||||
@links.each do |name, remotepath|
|
@links.each do |name, remotepath|
|
||||||
FileUtils.mkdir_p localpath
|
|
||||||
localpath = File.join ENV['HOME'], "mnt", name
|
localpath = File.join ENV['HOME'], "mnt", name
|
||||||
|
FileUtils.mkdir_p localpath
|
||||||
cmd = "sshfs"
|
cmd = "sshfs"
|
||||||
cmd_args = [
|
cmd_args = [
|
||||||
"-o","allow_root" ,
|
"-o","allow_root" ,
|
||||||
|
|
Loading…
Reference in a new issue