From 09d2c7140795012a46e55af024bf0503a32b2751 Mon Sep 17 00:00:00 2001 From: drebs Date: Sun, 8 Jan 2012 03:27:20 -0200 Subject: fixing template and dependencies --- templates/torrc.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/torrc.erb b/templates/torrc.erb index 2112931..04db56f 100644 --- a/templates/torrc.erb +++ b/templates/torrc.erb @@ -23,7 +23,7 @@ RunAsDaemon 1 DataDirectory <%= data_directory %> ## tor controller -<%- if control_port != 0 then -%> +<%- if control_port != '0' then -%> ControlPort <%= control_port %> HashedControlPassword <%= hashed_control_password %> <%- end -%> -- cgit v1.2.3