Skip to content

Commit 96469bb

Browse files
committed
Fix shutdown command failing sometimes
1 parent 3873641 commit 96469bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ func main() {
396396
"apt install -y gawk",
397397
fmt.Sprintf("chmod +x %s", installScriptTarget),
398398
installCommand,
399-
"shutdown -r now",
399+
"shutdown -r +5s",
400400
}
401401
for _, command := range commands {
402402
log.Printf("running command '%s'\n", command)

0 commit comments

Comments
 (0)