|
@@ -474,7 +474,7 @@ print_final_instructions() {
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
if [[ "$NEEDS_REBOOT" == "true" ]]; then
|
|
if [[ "$NEEDS_REBOOT" == "true" ]]; then
|
|
|
- print_warning "A reboot is recommended to apply WiFi fixes"
|
|
|
|
|
|
|
+ print_warning "A reboot is required to apply configuration changes"
|
|
|
read -p "Reboot now? (y/N) " -n 1 -r
|
|
read -p "Reboot now? (y/N) " -n 1 -r
|
|
|
echo
|
|
echo
|
|
|
if [[ $REPLY =~ ^[Yy]$ ]]; then
|
|
if [[ $REPLY =~ ^[Yy]$ ]]; then
|