commit | 4ea221c4f5bbd2e1a91a57b557bb5762611683fc | [log] [tgz] |
---|---|---|
author | Jiri Broulik <jbroulik@mirantis.com> | Tue Apr 10 13:48:06 2018 +0200 |
committer | Jiri Broulik <jbroulik@mirantis.com> | Tue Apr 10 14:38:24 2018 +0200 |
tree | 7c92786915f162d28cf5e867050cb2c971c4fbfe | |
parent | 5a388559331211b7a20e06ec84875f484f22a98c [diff] [blame] |
day1 PROD-18791 Change-Id: I2f47ea12d166676e583323b60d2798f184c8ef9a
diff --git a/day01-image/scripts/reboot.sh b/day01-image/scripts/reboot.sh new file mode 100644 index 0000000..52adc95 --- /dev/null +++ b/day01-image/scripts/reboot.sh
@@ -0,0 +1,2 @@ +pgrep -f "sshd: root@" | xargs kill -9 +reboot now \ No newline at end of file