From b0b610cf61ed4dd4cb6a495f1199b06125f96165 Mon Sep 17 00:00:00 2001 From: Cole Deck Date: Thu, 4 Mar 2021 09:36:01 -0600 Subject: [PATCH] add reboot warning --- i.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/i.sh b/i.sh index fafa57f..d601472 100644 --- a/i.sh +++ b/i.sh @@ -158,6 +158,7 @@ echo -e '\033[1;33m Finished....please restart the system \033[0m' echo -e "\033[1;33mIP INFO\033[0m" ip a -sleep 5 +echo "Rebooting, cancel now!" +sleep 10 reboot