warn user

This commit is contained in:
Matheson Steplock 2022-03-23 00:54:26 +00:00 committed by GitHub
parent 36c620ca9c
commit b211a20aac

View file

@ -144,5 +144,5 @@ info "Within a few minutes you will be able to reach Home Assistant at:"
info "http://homeassistant.local:8123 or using the IP address of your" info "http://homeassistant.local:8123 or using the IP address of your"
info "machine: http://${IP_ADDRESS}:8123" info "machine: http://${IP_ADDRESS}:8123"
if -f /var/run/reboot-required; then if -f /var/run/reboot-required; then
info "A reboot is required to apply changes to grub." warn "A reboot is required to apply changes to grub."
fi fi