mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-21 12:36:36 +00:00
Create the /config/tasks
directory
This commit is contained in:
parent
8d64a966ff
commit
482d85768d
@ -4,6 +4,9 @@
|
|||||||
groupmod -o -g "${PGID:=911}" app
|
groupmod -o -g "${PGID:=911}" app
|
||||||
usermod -o -u "${PUID:=911}" app
|
usermod -o -u "${PUID:=911}" app
|
||||||
|
|
||||||
|
# Ensure /config directories exist
|
||||||
|
mkdir -v -p /config/tasks
|
||||||
|
|
||||||
# Reset permissions
|
# Reset permissions
|
||||||
chown -R app:app /run/app
|
chown -R app:app /run/app
|
||||||
chmod -R 0700 /run/app
|
chmod -R 0700 /run/app
|
||||||
|
Loading…
Reference in New Issue
Block a user