mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-25 14:36:34 +00:00
Create the XDG_STATE_HOME
directory
This commit is contained in:
parent
1aaed36985
commit
7bcb06d271
@ -5,7 +5,7 @@ groupmod -o -g "${PGID:=911}" app
|
||||
usermod -o -u "${PUID:=911}" app
|
||||
|
||||
# Ensure /config directories exist
|
||||
mkdir -v -p /config/{cache,media,tasks,tubesync}
|
||||
mkdir -v -p /config/{cache,media,state,tasks,tubesync}
|
||||
|
||||
# Copy local_settings.py for the user
|
||||
if [ -f /config/tubesync/local_settings.py ]
|
||||
|
Loading…
Reference in New Issue
Block a user