Use reboot_script variable when executing command
This commit is contained in:
parent
c3f6b87afc
commit
9b9bd22c8c
|
@ -13,7 +13,7 @@ module VagrantPlugins
|
|||
comm = machine.communicate
|
||||
|
||||
@logger.debug("Issuing reboot command for guest")
|
||||
comm.sudo("reboot")
|
||||
comm.sudo(reboot_script)
|
||||
|
||||
machine.ui.info(I18n.t("vagrant.guests.capabilities.rebooting"))
|
||||
|
||||
|
|
Loading…
Reference in New Issue