Skip to content

Commit

Permalink
Update app-script
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese committed Sep 27, 2024
1 parent d5cf87d commit 08e893a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/modules/apps/legacy-compat/app-script
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,6 @@ compose() {
# If remote Tor access is enabled
# Then include a compose file for Tor
if [[ "${REMOTE_TOR_ACCESS}" == "true" ]]; then
rm -f "$TOR_ENTRYPOINT_SCRIPT"
mkdir -p /data/tor
cp "${SCRIPT_DOCKER_FRAGMENTS}/tor-entrypoint.sh" "$TOR_ENTRYPOINT_SCRIPT"
chmod +x "$TOR_ENTRYPOINT_SCRIPT"
compose_files+=( "--file" "${tor_compose_file}" )
Expand Down

0 comments on commit 08e893a

Please sign in to comment.