mirror of
https://github.com/linuxserver/docker-swag.git
synced 2024-10-01 01:35:49 -04:00
9 lines
156 B
Plaintext
9 lines
156 B
Plaintext
|
#!/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
|