keep torrc configuration
This commit is contained in:
parent
32d52faf9f
commit
a89024596c
|
@ -101,7 +101,7 @@ if [ -d $PROJECT_DIR ]; then
|
|||
# reinstall tor from backports
|
||||
tor_version=$(tor --version)
|
||||
if [[ "$tor_version" == *' 0.2'* ]]; then
|
||||
apt-get -yq -t stretch-backports install tor
|
||||
echo 'N' | apt-get -yq -t stretch-backports install tor
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue