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