mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-16 12:29:10 +02:00
Update 99-run.sh
This commit is contained in:
@@ -2,6 +2,10 @@
|
|||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
# shellcheck disable=SC2155
|
# shellcheck disable=SC2155
|
||||||
|
|
||||||
|
####################
|
||||||
|
# Define variables #
|
||||||
|
####################
|
||||||
|
|
||||||
bashio::log.info "Defining variables"
|
bashio::log.info "Defining variables"
|
||||||
|
|
||||||
if bashio::config.has_value "PUID"; then export USERMAP_UID=$(bashio::config "PUID"); fi
|
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"
|
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."
|
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
|
/./sbin/docker-entrypoint.sh /usr/local/bin/paperless_cmd.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user