From 89da288a7f01ffdc716b3308ce0400718ca773d5 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 12 Mar 2024 20:33:47 -0400 Subject: [PATCH] Update homeassistant-core.sh tweak --- ct/homeassistant-core.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/homeassistant-core.sh b/ct/homeassistant-core.sh index 8c926968..d56ba5a1 100644 --- a/ct/homeassistant-core.sh +++ b/ct/homeassistant-core.sh @@ -147,15 +147,15 @@ WantedBy=default.target" >$service_path fi } +start +build_container +description + msg_info "Setting Container to Normal Resources" pct set $CTID -memory 1024 pct set $CTID -cores 2 msg_ok "Set Container to Normal Resources" -start -build_container -description - msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}:8123${CL}"