Files
hassio-addons/paperless_ngx/rootfs/etc/cont-init.d/99-run.sh
2022-11-12 23:25:45 +01:00

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