From bbfe52a008e2cde72d5072da2be5301eb5626110 Mon Sep 17 00:00:00 2001 From: jtschoonhoven Date: Thu, 30 Apr 2020 11:01:48 -0700 Subject: [PATCH] run tor in fg --- VERSION | 2 +- bin/compile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index bbdeab6..1750564 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.5 +0.0.6 diff --git a/bin/compile b/bin/compile index fccca3f..7b5d3f8 100755 --- a/bin/compile +++ b/bin/compile @@ -114,7 +114,7 @@ echo "HiddenServicePort \${PORT} \${LOCALHOST_ADDR}" >> $HOME/tor/etc/tor/torrc echo "HiddenServiceVersion 2" >> $HOME/tor/etc/tor/torrc # Use -f to be safe here. -$HOME/tor/bin/tor -f $HOME/tor/etc/tor/torrc & +$HOME/tor/bin/tor -f $HOME/tor/etc/tor/torrc EOF chmod a+x ${BUILD_DIR}/tor/bin/${RUN_COMMAND}