fix: [json] We need to wait a little before reboot completes.

pull/23/head
Steve Clement 2019-05-09 09:46:16 +02:00
parent 50b1d8cdff
commit de93e3c91d
1 changed files with 2 additions and 1 deletions

View File

@ -186,7 +186,8 @@
"execute_command" : "echo '{{user `ssh_pass`}}' | {{ .Vars }} sudo -E -S sh '{{ .Path }}'",
"script": "scripts/clean.sh",
"expect_disconnect": "true",
"pause_before": "30s"
"pause_before": "10s",
"pause_after": "30s"
}
],