Bob Mottram 8 anni fa
parent
commit
56b2b766fd
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2
    0
      src/freedombone-app-searx

+ 2
- 0
src/freedombone-app-searx Vedi File

238
     echo '    http_protocol_version : "1.1"  # 1.0 and 1.1 are supported' >> $settings_file
238
     echo '    http_protocol_version : "1.1"  # 1.0 and 1.1 are supported' >> $settings_file
239
     echo '' >> $settings_file
239
     echo '' >> $settings_file
240
     echo 'ui:' >> $settings_file
240
     echo 'ui:' >> $settings_file
241
+    echo '    static_path : "" # Custom static path - leave it blank if you didnt change' >> $settings_file
242
+    echo '    templates_path : "" # Custom templates path - leave it blank if you didnt change' >> $settings_file
241
     echo '    themes_path : "" # Custom ui themes path' >> $settings_file
243
     echo '    themes_path : "" # Custom ui themes path' >> $settings_file
242
     echo '    default_theme : courgette # ui theme' >> $settings_file
244
     echo '    default_theme : courgette # ui theme' >> $settings_file
243
     echo '    default_locale : "" # Default interface locale - leave blank to detect from browser information or use codes from the 'locales' config section' >> $settings_file
245
     echo '    default_locale : "" # Default interface locale - leave blank to detect from browser information or use codes from the 'locales' config section' >> $settings_file