only warn if not existing symlink
This commit is contained in:
parent
11be3a446d
commit
edd9730372
@ -10,6 +10,8 @@ Dir['*'].each do |file|
|
|||||||
unless File.exist? target
|
unless File.exist? target
|
||||||
`ln -vsf #{File.expand_path file} #{target}`
|
`ln -vsf #{File.expand_path file} #{target}`
|
||||||
else
|
else
|
||||||
|
unless File.symlink? target
|
||||||
puts "#{target} exists"
|
puts "#{target} exists"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user