mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
It's not a customer
This commit is contained in:
parent
e635bfedc5
commit
2a9bb55559
@ -89,7 +89,7 @@ superuser() {
|
||||
fi
|
||||
}
|
||||
|
||||
customer_container_init() {
|
||||
custom_container_init() {
|
||||
# Mostly borrowed from the LinuxServer.io base image
|
||||
# https://github.com/linuxserver/docker-baseimage-ubuntu/tree/bionic/root/etc/cont-init.d
|
||||
readonly custom_script_dir="/custom-cont-init.d"
|
||||
@ -145,7 +145,7 @@ do_work() {
|
||||
superuser
|
||||
|
||||
# Leave this last thing
|
||||
customer_container_init
|
||||
custom_container_init
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user