mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-31 18:55:32 +01:00
Jemalloc for mariadb (#1200)
* Jemalloc for mariadb * Update mariadb/rootfs/etc/services.d/mariadb/run Co-Authored-By: Franck Nijhof <git@frenck.dev> * Add changelog * Fix changelog * Fix build Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
@@ -57,7 +57,6 @@ function stop_docker() {
|
||||
|
||||
function install() {
|
||||
docker pull homeassistant/amd64-hassio-supervisor:dev
|
||||
docker pull homeassistant/amd64-hassio-cli:dev
|
||||
}
|
||||
|
||||
function cleanup_hass_data() {
|
||||
@@ -102,7 +101,7 @@ case "$1" in
|
||||
cleanup_hass_data || true
|
||||
exit 0;;
|
||||
*)
|
||||
echo "Creating development Hass.io environment"
|
||||
echo "Creating development Supervisor environment"
|
||||
start_docker
|
||||
trap "stop_docker" ERR
|
||||
cleanup_docker || true
|
||||
Reference in New Issue
Block a user