Bug: Repeat CLI command after Vagrant plugin[s] installation nonstop (#233)
This commit is contained in:
parent
7cc58b3e39
commit
216df5f4d1
3
Vagrantfile
vendored
3
Vagrantfile
vendored
@ -12,7 +12,8 @@ end
|
||||
|
||||
# IF plugin[s] was just installed - restart required
|
||||
if required_plugins_installed
|
||||
system "vagrant up"
|
||||
# Get CLI command[s] and call again
|
||||
system 'vagrant' + ARGV.to_s.gsub(/\[\"|\", \"|\"\]/, ' ')
|
||||
exit
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user