Fix authelia-setup: create state directory before migrating user database
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
eadbc92126
commit
9838154b25
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ let
|
|||
STATE_DIR="/var/lib/authelia-main"
|
||||
|
||||
mkdir -p "$SECRETS_DIR"
|
||||
mkdir -p "$STATE_DIR"
|
||||
|
||||
# Migrate secrets from Docker config if they haven't been extracted yet
|
||||
if [ -f "$DOCKER_CONFIG" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue