Fix tor log file getting removed (#157)

This commit is contained in:
CaliBrain
2025-04-22 11:15:15 -07:00
committed by GitHub
parent 88a95fe15e
commit 93e15cbdd0
3 changed files with 11 additions and 3 deletions
+3 -2
View File
@@ -11,6 +11,8 @@ echo "Log file: $LOG_FILE"
set +x
set -e
echo "[*] Running tor script..."
echo "Build version: $BUILD_VERSION"
echo "[*] Installing Tor and dependencies..."
@@ -116,5 +118,4 @@ else
fi
# Run the entrypoint script
echo "[*] Running entrypoint script..."
./entrypoint.sh
echo "[*] End of tor script"