'-nosession' must not overwrite config.xml (Fix #3938)
When `-nosession` is given as a command line parameter the attribute `isSnapshotMode` in `config.xml` is overwritten with `no` regardless of its original value. <GUIConfig name="Backup" action="0" useCustumDir="no" dir="" isSnapshotMode="yes" snapshotBackupTiming="7000" /> Change this to keep the original value. Fix #3938, close #5845pull/6000/head
parent
9f1deb4823
commit
b3a6638b93
Loading…
Reference in new issue