diff --git a/whoogle/config.json b/whoogle/config.json index 9b3ec43ea..79cf65aa5 100644 --- a/whoogle/config.json +++ b/whoogle/config.json @@ -1,6 +1,6 @@ { "name": "Whoogle Search Test", - "version": "0.7.1", + "version": "0.7.1.1", "slug": "whoogle-search", "description": "Self-hosted, ad-free, privacy-respecting metasearch engine", "url": "https://github.com/alexbelgium/hassio-addons/blob/master/whoogle/Readme.md", @@ -16,7 +16,8 @@ "map": ["config:rw"], "options": { "TZ":"Europe/Amsterdam", - "WHOOGLE_CONFIG_URL": "https://website.com" + "WHOOGLE_CONFIG_URL": "https://website.com", + "WHOOGLE_CONFIG_LANGUAGE": "lang_en" }, "ports": { "5000/tcp": 5000 diff --git a/whoogle/rootfs/scripts/90-config_yaml.sh b/whoogle/rootfs/scripts/90-config_yaml.sh index 7e9202aff..64c6d0c6f 100644 --- a/whoogle/rootfs/scripts/90-config_yaml.sh +++ b/whoogle/rootfs/scripts/90-config_yaml.sh @@ -1,4 +1,5 @@ #!/usr/bin/with-contenv bashio +# shellcheck shell=bash ################## # INITIALIZATION #