1
0
mirror of https://github.com/tteck/Proxmox.git synced 2024-11-24 08:52:18 +02:00

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

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