mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-12 00:50:31 +02:00
Switch to 1.8.2
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
#!/usr/bin/with-contenv bashio
|
||||
# shellcheck shell=bash
|
||||
|
||||
# Staring redis
|
||||
exec redis-server & bashio::log.info "Starting redis"
|
||||
|
||||
# Avoid overcommit memory
|
||||
bashio::log.info "Avoid overcommit memory"
|
||||
sysctl vm.overcommit_memory=1
|
||||
|
||||
bashio::log.info "Initial username and password are admin. Please change in the administration panel of the webUI after login."
|
||||
|
||||
Reference in New Issue
Block a user