docker-swag/root/etc/cont-init.d/55-permissions
2022-11-22 20:55:25 +00:00

10 lines
180 B
Plaintext

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