Sfoglia il codice sorgente

Disable usage reporter

Girish Ramakrishnan 7 anni fa
parent
commit
aa6baa6ab9
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      start.sh

+ 2 - 0
start.sh

@@ -10,9 +10,11 @@ if [ ! -f /app/data/config/config.xml ]; then
     /app/code/syncthing --generate="/app/data/config"
 
     # The password value was determined by reading config.xml and setting value in the GUI
+    # urAccepted is 0 for not decided, -1 for no reporting
     xmlstarlet ed --inplace \
         --subnode "//configuration/gui" -t elem -n user -v "admin" \
         --subnode "//configuration/gui" -t elem -n password -v '$2a$10$93OsgwAMD4NcPFTpGDnuTORMMbj5dc1ZlYUPrQCcy1N/Bsy9scUvK' \
+        --update "//configuration/options/urAccepted" -v '-1' \
         /app/data/config/config.xml
 fi