From 1d7867201396c5e68a34e0ff04b76cd7fd3ce3c2 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 27 Sep 2024 11:16:20 +0200 Subject: [PATCH] Update app-script --- source/modules/apps/legacy-compat/app-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/modules/apps/legacy-compat/app-script b/source/modules/apps/legacy-compat/app-script index 611dca9..03b6d85 100644 --- a/source/modules/apps/legacy-compat/app-script +++ b/source/modules/apps/legacy-compat/app-script @@ -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"