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

Read onion variable

parent b740a7f7
No related branches found
No related tags found
No related merge requests found
......@@ -439,6 +439,7 @@ function web_admin_create_installed_apps {
fi
read_config_param "${app_name_upper}_DOMAIN_NAME"
read_config_param ONION_ONLY
if [[ "$ONION_ONLY" == 'no' ]]; then
test_domain_name="${app_name_upper}_DOMAIN_NAME"
domain_name=${!test_domain_name}
......
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