mirror of
https://github.com/linuxserver/docker-transmission.git
synced 2025-11-03 10:15:48 +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
|
## Versions
|
||||||
|
|
||||||
|
* **11.05.20:** - Remove unnecessary chmod (remnant of previous change).
|
||||||
* **28.04.20:** - Use transmission-remote to update blocklist.
|
* **28.04.20:** - Use transmission-remote to update blocklist.
|
||||||
* **30.03.20:** - Internalize blocklist-update.sh.
|
* **30.03.20:** - Internalize blocklist-update.sh.
|
||||||
* **29.03.20:** - Update auth info in readme.
|
* **29.03.20:** - Update auth info in readme.
|
||||||
|
|||||||
@@ -73,6 +73,7 @@ app_setup_block: |
|
|||||||
# changelog
|
# changelog
|
||||||
changelogs:
|
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: "28.04.20:", desc: "Use transmission-remote to update blocklist." }
|
||||||
- { date: "30.03.20:", desc: "Internalize blocklist-update.sh." }
|
- { date: "30.03.20:", desc: "Internalize blocklist-update.sh." }
|
||||||
- { date: "29.03.20:", desc: "Update auth info in readme." }
|
- { date: "29.03.20:", desc: "Update auth info in readme." }
|
||||||
|
|||||||
@@ -21,5 +21,3 @@ chown abc:abc \
|
|||||||
/downloads/complete \
|
/downloads/complete \
|
||||||
/downloads/incomplete \
|
/downloads/incomplete \
|
||||||
/watch
|
/watch
|
||||||
|
|
||||||
chmod 755 /config/blocklist-update.sh
|
|
||||||
|
|||||||
Reference in New Issue
Block a user