mirror of
https://github.com/outbackdingo/ack-image-builder.git
synced 2026-01-27 18:18:10 +00:00
7 lines
70 B
Bash
7 lines
70 B
Bash
#!/bin/bash
|
|
|
|
#Implementing reboot for kernel updates
|
|
reboot
|
|
sleep 60
|
|
|