]> git.corax.cc Git - toolbox/commit
include/conf: Append config instead of overwriting it
authorMatthias Kruk <m@m10k.eu>
Fri, 23 Apr 2021 21:35:15 +0000 (06:35 +0900)
committerMatthias Kruk <m@m10k.eu>
Fri, 23 Apr 2021 21:35:15 +0000 (06:35 +0900)
commit602532b242b39d085368860d03d1b322aa7061ee
treeb08f8cd78b7498008bd539d8e1dd145c3f96045c
parent97f5763dcd6c4669ff9d53af5df2ad7893aec9f5
include/conf: Append config instead of overwriting it

The conf_set() function overwrites the configuration file instead of
appending to it, making it impossible to store multiple settings.
This commit changes conf_set() to append to the configuration file.
include/conf.sh