Update homeassistant-core.sh

tweak
This commit is contained in:
tteckster 2024-03-12 20:33:47 -04:00 committed by GitHub
parent 74b2a1bf2a
commit 89da288a7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

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