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}"