parent
cd10cef218
commit
a515c35338
|
@ -161,7 +161,7 @@ Sometimes, when executing a command like `reboot`, the shell script will return
|
||||||
and Packer will start executing the next one before SSH actually quits and the
|
and Packer will start executing the next one before SSH actually quits and the
|
||||||
machine restarts. For this, put use "pause_before" to make Packer wait before executing the next script:
|
machine restarts. For this, put use "pause_before" to make Packer wait before executing the next script:
|
||||||
|
|
||||||
``` {.text}
|
``` {.javascript}
|
||||||
{
|
{
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"script": "script.sh",
|
"script": "script.sh",
|
||||||
|
|
Loading…
Reference in New Issue