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}