Update 99-run.sh

This commit is contained in:
Alexandre
2022-11-14 08:17:45 +01:00
committed by GitHub
parent 261d8c4f67
commit 94490ff5f1

View File

@@ -2,6 +2,10 @@
# shellcheck shell=bash
# shellcheck disable=SC2155
####################
# Define variables #
####################
bashio::log.info "Defining variables"
if bashio::config.has_value "PUID"; then export USERMAP_UID=$(bashio::config "PUID"); fi
@@ -15,6 +19,9 @@ if bashio::config.has_value "PAPERLESS_OCR_MODE"; then export PAPERLESS_OCR_MODE
#################
exec redis-server & bashio::log.info "Starting redis"
###############
# Staring app #
###############
bashio::log.info "Initial username and password are admin. Please change in the administration panel of the webUI after login."
/./sbin/docker-entrypoint.sh /usr/local/bin/paperless_cmd.sh