Create the /config/tasks directory

This commit is contained in:
tcely 2025-05-28 22:32:25 -04:00 committed by GitHub
parent 8d64a966ff
commit 482d85768d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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