diff --git a/start_searx.sh b/start_searx.sh index 528c7bf..256fe1e 100755 --- a/start_searx.sh +++ b/start_searx.sh @@ -8,8 +8,6 @@ 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