From 232c9d03f0bdaea4416c76c430b3a78fd06bc15f Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 7 Jan 2023 16:40:04 -0500 Subject: [PATCH] Update homeassistant-v5.sh --- ct/homeassistant-v5.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/homeassistant-v5.sh b/ct/homeassistant-v5.sh index cb0745a6..2979ae73 100644 --- a/ct/homeassistant-v5.sh +++ b/ct/homeassistant-v5.sh @@ -367,6 +367,7 @@ fi if [ "$UPD" == "4" ]; then clear header_info +IP=$(hostname -I | awk '{print $1}') msg_info "Installing FileBrowser" curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash &>/dev/null filebrowser config init -a '0.0.0.0' &>/dev/null