Making themes folder editable.

This commit is contained in:
C1t1z3n 0n3 2019-06-10 14:35:39 +00:00
parent 6659cad0ae
commit 408a1539bc

View file

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