mirror of
https://github.com/linuxserver/docker-transmission.git
synced 2025-11-02 01:35:47 +01:00
Merge pull request #108 from linuxserver/chmod
remove unnecessary chmod
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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." }
|
||||
|
||||
@@ -21,5 +21,3 @@ chown abc:abc \
|
||||
/downloads/complete \
|
||||
/downloads/incomplete \
|
||||
/watch
|
||||
|
||||
chmod 755 /config/blocklist-update.sh
|
||||
|
||||
Reference in New Issue
Block a user