Skip to content
Snippets Groups Projects
Commit a8902459 authored by Bob Mottram's avatar Bob Mottram
Browse files

keep torrc configuration

parent 32d52faf
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment