forked from switnet/quick-jibri-installer
Place warning about mandatory reboot.
This commit is contained in:
parent
9ca66a568e
commit
29af218d58
|
@ -550,8 +550,8 @@ echo "
|
||||||
########################################################################
|
########################################################################
|
||||||
"
|
"
|
||||||
|
|
||||||
|
echo "Make sure to reboot, it's necessary before *any* usage.
|
||||||
echo "Rebooting in..."
|
Rebooting in..."
|
||||||
secs=$((15))
|
secs=$((15))
|
||||||
while [ $secs -gt 0 ]; do
|
while [ $secs -gt 0 ]; do
|
||||||
echo -ne "$secs\033[0K\r"
|
echo -ne "$secs\033[0K\r"
|
||||||
|
|
Loading…
Reference in New Issue