parent
7743b8314d
commit
13e2dbaf9d
|
@ -7,7 +7,7 @@ module VagrantPlugins
|
|||
end
|
||||
|
||||
def update_etc_hostname
|
||||
super unless vivid?
|
||||
return super unless vivid?
|
||||
sudo("hostnamectl set-hostname '#{short_hostname}'")
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue