mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-16 18:56:43 +00:00
add files
This commit is contained in:
8
transmission/bootstrap.sh
Executable file
8
transmission/bootstrap.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
if ! [ "$(ls -A /var/lib/transmission/config/)" ]; then
|
||||
cp /config/* /var/lib/transmission/config/
|
||||
|
||||
fi
|
||||
|
||||
/usr/bin/transmission-daemon --foreground --no-portmap --log-error --config-dir /var/lib/transmission/config
|
||||
Reference in New Issue
Block a user