mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-12 10:29:52 +02:00
10 lines
293 B
Bash
10 lines
293 B
Bash
#!/usr/bin/with-contenv bashio
|
|
# shellcheck shell=bash
|
|
|
|
#################
|
|
# Staring redis #
|
|
#################
|
|
exec redis-server & bashio::log.info "Starting redis"
|
|
|
|
bashio::log.info "Initial username and password are admin. Please change in the administration panel of the webUI after login."
|