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

Show sks keyserver onion address on about screen

parent dfe18fb8
No related branches found
No related tags found
No related merge requests found
......@@ -351,6 +351,12 @@ function show_domains {
echo -n -e "$(pad_string ${DEFAULT_DOMAIN_NAME})"
echo "$(cat ${COMPLETION_FILE} | grep 'email onion domain' | awk -F ':' '{print $2}')"
fi
if grep -q "sks onion domain" $COMPLETION_FILE; then
read_config_param "KEYSERVER_DOMAIN_NAME"
echo -n -e "$(pad_string 'SKS')"
echo -n -e "$(pad_string ${KEYSERVER_DOMAIN_NAME})"
echo "$(cat ${COMPLETION_FILE} | grep 'sks onion domain' | awk -F ':' '{print $2}')"
fi
for app_name in "${APPS_INSTALLED_NAMES[@]}"
do
......
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