File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ # create directories for named volumes
4+ TRANSMISSION_BASEDIR=.volumes/transmission
5+ mkdir -p $TRANSMISSION_BASEDIR /downloads
6+ mkdir -p $TRANSMISSION_BASEDIR /watch
7+ mkdir -p $TRANSMISSION_BASEDIR /config
Original file line number Diff line number Diff line change 44 driver_opts :
55 o : bind
66 type : none
7- device : /home/${USER}/IOTstack/ .volumes/transmission/downloads
7+ device : .volumes/transmission/downloads
88
99 transm_watch_volume :
1010 driver : local
1111 driver_opts :
1212 o : bind
1313 type : none
14- device : /home/${USER}/IOTstack/ .volumes/transmission/watch
14+ device : .volumes/transmission/watch
1515
1616 transm_config_volume :
1717 driver : local
1818 driver_opts :
1919 o : bind
2020 type : none
21- device : /home/${USER}/IOTstack/ .volumes/transmission/config
21+ device : .volumes/transmission/config
You can’t perform that action at this time.
0 commit comments