typo
This commit is contained in:
parent
b2bfd39397
commit
6459e7975a
1 changed files with 1 additions and 2 deletions
3
ctl
3
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/}
|
||||
|
|
Loading…
Reference in a new issue