From fd26e27f4abca09ab54368108d4f8777065c9796 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 5 Mar 2016 16:58:27 +0000 Subject: [PATCH] robot --- src/freedombone | 1 + 1 file changed, 1 insertion(+) diff --git a/src/freedombone b/src/freedombone index 9959180d..76ea35be 100755 --- a/src/freedombone +++ b/src/freedombone @@ -9325,6 +9325,7 @@ function install_search_engine { SEARCH_ENGINE_SECRET_KEY=$(cat $COMPLETION_FILE | grep "Search engine key" | awk -F ':' '{print $2}') fi sed -i "s|secret_key.*|secret_key : \"${SEARCH_ENGINE_SECRET_KEY}\"|g" ${SEARCH_ENGINE_PATH}/searx/searx/settings.yml + sed -i "s|secret_key.*|secret_key : \"${SEARCH_ENGINE_SECRET_KEY}\"|g" ${SEARCH_ENGINE_PATH}/searx/searx/settings_robot.yml sed -i "s|base_url.*|base_url : \"http://${SEARCH_ENGINE_ONION_HOSTNAME}\"|g" ${SEARCH_ENGINE_PATH}/searx/searx/settings.yml # note: this might change to a --tor option in a later version