Overwrite existing settings

This commit is contained in:
Bob Mottram 2017-04-15 22:58:48 +01:00
parent fc5e3fad34
commit e9f0f85a17
1 changed files with 0 additions and 3 deletions

View File

@ -91,9 +91,6 @@ function reconfigure_searx {
function create_searx_config {
settings_file=${SEARX_PATH}/searx/searx/settings.yml
if [ -f $settings_file ]; then
return
fi
SEARX_ONION_HOSTNAME=$(echo /var/lib/tor/hidden_service_searx/hostname)
SEARX_SECRET_KEY=$(get_completion_param "searx key")