From f9123dd7e633cdce66d7d0c55aa12bdca00c9406 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Fri, 25 Aug 2017 00:15:46 +0200 Subject: [PATCH] Reset option to allow synthing restart Signed-off-by: Sebastien Douheret --- lib/syncthing/st.go | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/syncthing/st.go b/lib/syncthing/st.go index 88d0eb0..53e4688 100644 --- a/lib/syncthing/st.go +++ b/lib/syncthing/st.go @@ -170,7 +170,6 @@ func (s *SyncThing) Start() (*exec.Cmd, error) { env := []string{ "STNODEFAULTFOLDER=1", "STNOUPGRADE=1", - "STNORESTART=1", } // XXX - temporary hack because -gui-apikey seems to correctly handle by -- 2.16.6