robosats-deploy/compose/tor/entrypoint.sh
Reckless_Satoshi 90811de909 refactor env/confs
2023-09-30 08:05:27 -07:00

9 lines
154 B
Bash
Executable File

#!/bin/sh
set -e
# Create torrc if it doesn't exist
if [ ! -f "/etc/tor/torrc" ]; then
cp /tmp/torrc /etc/tor/torrc
fi
exec sudo -u tor /usr/bin/tor