Use reboot_script variable when executing command

This commit is contained in:
Jeff Bonhag 2019-11-15 12:21:00 -05:00
parent c3f6b87afc
commit 9b9bd22c8c
1 changed files with 1 additions and 1 deletions

View File

@ -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"))