Merge pull request #108 from linuxserver/chmod

remove unnecessary chmod
This commit is contained in:
driz
2020-05-11 13:28:27 -04:00
committed by GitHub
3 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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." }

View File

@@ -21,5 +21,3 @@ chown abc:abc \
/downloads/complete \
/downloads/incomplete \
/watch
chmod 755 /config/blocklist-update.sh