From 6459e7975a210c318e435c39d7876c3ab67f31b3 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 5 Jan 2016 22:39:41 +0530 Subject: [PATCH] typo --- ctl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ctl b/ctl index 94e5eec..9a72505 100755 --- a/ctl +++ b/ctl @@ -11,8 +11,7 @@ BASE=`pwd` SYSTEM=`uname -s` PLATFORM=`uname -m` -if [ -e $PID ]; then -else +if [ ! -e $PID ]; then if [ -e "$BASE/config/tor/hostname" ]; then onion=$(cat "$BASE/config/tor/hostname") id=${onion/.onion/}