This commit is contained in:
j 2016-01-05 22:39:41 +05:30
parent b2bfd39397
commit 6459e7975a
1 changed files with 1 additions and 2 deletions

3
ctl
View File

@ -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/}