#!/bin/sh -e sed -i "s|ultrasecretkey|$(openssl rand -hex 32)|g" /tmp/settings.yml mv /tmp/settings.yml "$SEARXNG_SETTINGS_PATH" exec "$@"