docker-swag/root/etc/s6-overlay/s6-rc.d/init-permissions-config/run
2023-01-20 22:42:13 -06:00

10 lines
181 B
Plaintext
Executable File

#!/usr/bin/with-contenv bash
# shellcheck shell=bash
# permissions
lsiown -R abc:abc \
/config
chmod -R 0644 /etc/logrotate.d
chmod -R +r /config/log
chmod +x /app/le-renew.sh