Files
docker-swag/root/etc/s6-overlay/s6-rc.d/init-permissions-config/run
T

11 lines
173 B
Plaintext
Executable File

#!/usr/bin/with-contenv bash
# shellcheck shell=bash
# permissions
lsiown -R abc:abc \
/config
chmod -R +r /config/log
# Workaround for systems with chmod errors
true