mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-01-18 06:34:34 -05:00
🗃️ Committing everything that changed 🗃️
rootfs/usr/local/etc/docker/init.d/03-tor-server.sh
This commit is contained in:
parent
369780cf67
commit
37a7a55a4d
@ -358,6 +358,9 @@ __post_execute() {
|
|||||||
done
|
done
|
||||||
# show message
|
# show message
|
||||||
__banner "$postMessageST"
|
__banner "$postMessageST"
|
||||||
|
if [ -d "/data/htdocs/www" ]; then
|
||||||
|
WWW_ROOT_DIR="/data/htdocs/www"
|
||||||
|
fi
|
||||||
if [ -d "$DATA_DIR/services" ]; then
|
if [ -d "$DATA_DIR/services" ]; then
|
||||||
[ -f "$WWW_ROOT_DIR/hostnames.html" ] && rm -f "$WWW_ROOT_DIR/hostnames.html"
|
[ -f "$WWW_ROOT_DIR/hostnames.html" ] && rm -f "$WWW_ROOT_DIR/hostnames.html"
|
||||||
for d in "$DATA_DIR/services"/*;do
|
for d in "$DATA_DIR/services"/*;do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user