Update start_searx.sh

This commit is contained in:
C1t1z3n 0n3 2019-06-10 17:10:25 +00:00
parent 37756c47bb
commit f7cded8b19

View file

@ -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