🗃️ Committing everything that changed 🗃️

rootfs/usr/local/etc/docker/init.d/02-tor-relay.sh
rootfs/usr/local/etc/docker/init.d/03-tor-bridge.sh
This commit is contained in:
casjay 2025-01-06 15:58:30 -05:00
parent 783f173f96
commit 7b7e4a6b8a
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145
2 changed files with 4 additions and 4 deletions

View File

@ -253,10 +253,10 @@ PublishServerDescriptor 1
%include $CONF_DIR/conf.d/*.conf
EOF
[ -f "$CONF_DIR/conf.d/default.conf" ] || touch "$CONF_DIR/conf.d/default.conf"
else
exit 1
unset EXEC_CMD_BIN EXEC_CMD_ARGS
fi
[ -f "$CONF_DIR/conf.d/default.conf" ] || touch "$CONF_DIR/conf.d/default.conf"
# allow custom functions
if builtin type -t __update_conf_files_local | grep -q 'function'; then __update_conf_files_local; fi

View File

@ -276,10 +276,10 @@ DirPortFrontPage /usr/share/tor/html/exit.html
%include $CONF_DIR/conf.d/*.conf
EOF
[ -f "$CONF_DIR/conf.d/default.conf" ] || touch "$CONF_DIR/conf.d/default.conf"
else
exit 1
unset EXEC_CMD_BIN EXEC_CMD_ARGS
fi
[ -f "$CONF_DIR/conf.d/default.conf" ] || touch "$CONF_DIR/conf.d/default.conf"
# allow custom functions
if builtin type -t __update_conf_files_local | grep -q 'function'; then __update_conf_files_local; fi