From 924679e1c2a9a7612a05682ab5d89f38c221cfd1 Mon Sep 17 00:00:00 2001 From: Matheson Steplock Date: Mon, 31 Jan 2022 01:44:50 +0000 Subject: [PATCH] add "Installation Complete!" message --- homeassistant-supervised/DEBIAN/postinst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homeassistant-supervised/DEBIAN/postinst b/homeassistant-supervised/DEBIAN/postinst index fa67a3b..acec23a 100755 --- a/homeassistant-supervised/DEBIAN/postinst +++ b/homeassistant-supervised/DEBIAN/postinst @@ -127,3 +127,5 @@ systemctl start hassio-supervisor.service info "Installing the 'ha' cli" chmod a+x "${PREFIX}/bin/ha" +info "Installation Complete!" +info "Within a few minutes you will be able to reach Home Assistant on homeassistant.local:8123"