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

10 lines
181 B
Plaintext
Raw Normal View History

#!/usr/bin/with-contenv bash
2022-11-22 20:55:25 +00:00
# shellcheck shell=bash
# permissions
2023-01-21 04:42:13 +00:00
lsiown -R abc:abc \
/config
chmod -R 0644 /etc/logrotate.d
chmod -R +r /config/log
chmod +x /app/le-renew.sh