1
0
forked from finn/site

alpine for tor

This commit is contained in:
2024-08-08 04:42:12 -07:00
parent c295d52520
commit 1c6293fda3
2 changed files with 5 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
#!/bin/bash
#!/bin/ash
if $USE_TOR ; then
echo "@@@@@@@@@@ TOR ENABLED BY ENV"
exec tor
exec /usr/bin/tor
else
echo "@@@@@@@@@@ TOR DISABLED BY ENV"
fi