No need to use sudo to check if redir is installed
This commit is contained in:
parent
d2e354839f
commit
2dbfd23915
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ module Vagrant
|
||||||
end
|
end
|
||||||
|
|
||||||
def redir_installed?
|
def redir_installed?
|
||||||
system "sudo which redir > /dev/null"
|
system "which redir > /dev/null"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue