diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-08-25 00:15:46 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-08-25 00:15:46 +0200 |
commit | f9123dd7e633cdce66d7d0c55aa12bdca00c9406 (patch) | |
tree | ade5331ee4a1512dac4bc0219641f1386d27be64 /lib/syncthing/st.go | |
parent | 74e99eaf4f0ad28dfd42f242bf947a7ec11fa352 (diff) |
Reset option to allow synthing restart
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'lib/syncthing/st.go')
-rw-r--r-- | lib/syncthing/st.go | 1 |
1 files changed, 0 insertions, 1 deletions
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 |