docker – Blame information for rev 47
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
47 | office | 1 | #!/usr/bin/env bash |
2 | |||
3 | if [ ! -f /run/tor/config/torrc ]; then |
||
4 | cp /usr/local/share/tor-snowflake/torrc /run/tor/config/torrc |
||
5 | fi |