docker-swag/root/etc/cont-init.d/55-permissions

9 lines
156 B
Plaintext
Raw Normal View History

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