keep torrc configuration

This commit is contained in:
Bob Mottram 2018-01-25 12:20:53 +00:00
parent 32d52faf9f
commit a89024596c
1 changed files with 1 additions and 1 deletions

View File

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