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

Try to avoid problems when logged in via onion address

parent d9bde6c9
No related branches found
No related tags found
No related merge requests found
......@@ -703,7 +703,15 @@ function install_tox {
else
${PROJECT_NAME}-logging on
install_tox_node
${PROJECT_NAME}-logging off
if [ -f $IMAGE_PASSWORD_FILE ]; then
if [[ $ONION_ONLY != 'no' ]]; then
${PROJECT_NAME}-logging off --onion
else
${PROJECT_NAME}-logging off
fi
else
${PROJECT_NAME}-logging off
fi
tox_avahi
install_tox_client
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