mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-03-09 20:41:10 +01:00
set umask in entrypoint
This commit is contained in:
parent
7942e9edbe
commit
5e92352b0a
@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
umask 002
|
||||||
|
|
||||||
# wait shortly and then run db migrations (retry on error)
|
# wait shortly and then run db migrations (retry on error)
|
||||||
while ! ./manage.py migrate 2>&1; do
|
while ! ./manage.py migrate 2>&1; do
|
||||||
|
Loading…
Reference in New Issue
Block a user