From 9e7649fe36f5354fe19adbdbec787e23f06b6633 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 26 Feb 2018 14:44:53 -0800 Subject: [PATCH] Revert "Disable usage reporter" This reverts commit aa6baa6ab9bab371c9d5495f7afe144ccb723e08. This is unnecessary, let the app decide the best UX --- start.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/start.sh b/start.sh index 4d55134..a88f65d 100755 --- a/start.sh +++ b/start.sh @@ -10,11 +10,9 @@ 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