mirror of
https://github.com/MrUnknownDE/tor-relay-docker.git
synced 2026-04-26 02:03:50 +02:00
fix(entrypoint): remove useless comment
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# set -euxo pipefail
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
env | grep '^TOR_' | tr "=" " " | cut -c 5- > /etc/tor/torrc
|
env | grep '^TOR_' | tr "=" " " | cut -c 5- > /etc/tor/torrc
|
||||||
|
|||||||
Reference in New Issue
Block a user