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 3df15bb commit 1d78672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/modules/apps/legacy-compat/app-script
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ 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" ]
rm -f "$TOR_ENTRYPOINT_SCRIPT"
mkdir -p /data/tor
cp "${SCRIPT_DOCKER_FRAGMENTS}/tor-entrypoint.sh" "$TOR_ENTRYPOINT_SCRIPT"
chmod +x "$TOR_ENTRYPOINT_SCRIPT"
Expand Down

0 comments on commit 1d78672

Please sign in to comment.