2021-10-14 15:01:48 -04:00
|
|
|
#!/usr/bin/with-contenv bash
|
2022-11-22 15:55:25 -05:00
|
|
|
# shellcheck shell=bash
|
2021-10-14 15:01:48 -04:00
|
|
|
|
|
|
|
# permissions
|
|
|
|
chown -R abc:abc \
|
|
|
|
/config
|
|
|
|
chmod -R 0644 /etc/logrotate.d
|
|
|
|
chmod -R +r /config/log
|
|
|
|
chmod +x /app/le-renew.sh
|