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

Restart tor daemon after upgrade

parent 56887a0d
No related branches found
No related tags found
No related merge requests found
......@@ -102,6 +102,7 @@ if [ -d $PROJECT_DIR ]; then
tor_version=$(tor --version)
if [[ "$tor_version" == *' 0.2'* ]]; then
echo 'N' | apt-get -yq -t stretch-backports install tor
systemctl restart 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