mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
remove permission lines to see if this resolves lack of django secret key in environment profile.d
This commit is contained in:
parent
b18bc62983
commit
d0edc3fa07
1 changed files with 0 additions and 3 deletions
|
|
@ -52,9 +52,6 @@ PY
|
|||
mv -f "$tmpfile" "$SECRET_FILE" || { echo "move failed"; rm -f "$tmpfile"; exit 1; }
|
||||
fi
|
||||
|
||||
chown $PUID:$PGID "$SECRET_FILE" || true
|
||||
chmod 600 "$SECRET_FILE" || true
|
||||
|
||||
export DJANGO_SECRET_KEY="$(cat "$SECRET_FILE")"
|
||||
|
||||
# Process priority configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue