mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-27 10:54:14 +02:00
Update 99-run.sh
This commit is contained in:
@@ -16,6 +16,8 @@ exec redis-server & bashio::log.info "Starting redis"
|
|||||||
###############################
|
###############################
|
||||||
# Origin : https://github.com/linuxserver/docker-paperless-ngx/blob/main/root/etc/cont-init.d/99-migrations
|
# Origin : https://github.com/linuxserver/docker-paperless-ngx/blob/main/root/etc/cont-init.d/99-migrations
|
||||||
|
|
||||||
|
bashio::net.wait_for 8000 localhost 900
|
||||||
|
|
||||||
bashio::log.info "Creating default user"
|
bashio::log.info "Creating default user"
|
||||||
cat << EOF | python3 manage.py shell
|
cat << EOF | python3 manage.py shell
|
||||||
from django.contrib.auth import get_user_model
|
from django.contrib.auth import get_user_model
|
||||||
|
|||||||
Reference in New Issue
Block a user