diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2021-08-22 16:07:37 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-22 16:07:37 +0000 |
| commit | 183c856396e00d08c929ec13c80f82cdc4f38c8f (patch) | |
| tree | a107683384880059b2684ba91ea0c00650658c87 /utils/searx.sh | |
| parent | 29b40338d6f92d51d8e179b68e526a06e960aceb (diff) | |
| parent | 8ba4dc26d1a4588043b4c0020f72b6b01c35126a (diff) | |
Merge pull request #266 from return42/fix-scripts
[fix] utils/searx.sh install settings - do not eval the template
Diffstat (limited to 'utils/searx.sh')
| -rwxr-xr-x | utils/searx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/searx.sh b/utils/searx.sh index 3ebe5df11..a2d42c27b 100755 --- a/utils/searx.sh +++ b/utils/searx.sh @@ -621,7 +621,7 @@ install_settings() { fi mkdir -p "$(dirname "${SEARX_SETTINGS_PATH}")" - install_template \ + install_template --no-eval \ "${SEARX_SETTINGS_PATH}" \ "${SERVICE_USER}" "${SERVICE_GROUP}" configure_searx |