diff --git a/start_searx.sh b/start_searx.sh index 256fe1e..528c7bf 100755 --- a/start_searx.sh +++ b/start_searx.sh @@ -8,6 +8,8 @@ if [[ -z "$(ls -A /app/data)" ]]; then sed -i "s/127.0.0.1/0.0.0.0/g" /app/data/settings.yml fi +cp /app/code/searx/static/themes /app/data/themes + chown -R www-data.www-data /app/data exec gosu www-data python /app/code/searx/webapp.py