diff --git a/README.md b/README.md index 86d37cb..e74f204 100644 --- a/README.md +++ b/README.md @@ -247,6 +247,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **11.05.20:** - Remove unnecessary chmod (remnant of previous change). * **28.04.20:** - Use transmission-remote to update blocklist. * **30.03.20:** - Internalize blocklist-update.sh. * **29.03.20:** - Update auth info in readme. diff --git a/readme-vars.yml b/readme-vars.yml index a553157..0649690 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -73,6 +73,7 @@ app_setup_block: | # changelog changelogs: + - { date: "11.05.20:", desc: "Remove unnecessary chmod (remnant of previous change)." } - { date: "28.04.20:", desc: "Use transmission-remote to update blocklist." } - { date: "30.03.20:", desc: "Internalize blocklist-update.sh." } - { date: "29.03.20:", desc: "Update auth info in readme." } diff --git a/root/etc/cont-init.d/20-config b/root/etc/cont-init.d/20-config index c2ea02d..98a4694 100644 --- a/root/etc/cont-init.d/20-config +++ b/root/etc/cont-init.d/20-config @@ -21,5 +21,3 @@ chown abc:abc \ /downloads/complete \ /downloads/incomplete \ /watch - -chmod 755 /config/blocklist-update.sh