Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update rewriteConfigSaveOption function code to rewrite multiple save…
… in one line. (#583) Currently, "config rewrite" writes some default value in the config file incase of empty config file specified. But it adds multiple "save" config entries as follows: ``` save 3600 1 save 300 100 save 60 10000 ``` After the fix the save will look like: ``` save 3600 1 300 100 60 10000 ``` --------- Signed-off-by: Shivshankar-Reddy <[email protected]>
- Loading branch information