mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Update 99-run.sh
This commit is contained in:
@@ -17,7 +17,7 @@ echo "vm.overcommit_memory = 1" >> /etc/sysctl.conf || true
|
|||||||
###############################
|
###############################
|
||||||
# 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::log.info "Creating default user"
|
bashio::log.info "Creating default user"
|
||||||
cat << EOF | python3 $(find /app -name manage.py) shell
|
cat << EOF | python3 $(find / -name manage.py) shell
|
||||||
from django.contrib.auth import get_user_model
|
from django.contrib.auth import get_user_model
|
||||||
|
|
||||||
# see ref. below
|
# see ref. below
|
||||||
|
|||||||
Reference in New Issue
Block a user