mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2025-02-03 16:20:38 +00:00
971a83ea3a
* Add ini file creation if not exists Add section creation if not exists Add default section if section not given Fix read key value only from given (or default) section * Fix to support platform specific sed * Fixed typo in comment * Fix test scenario to reflect changes to the (introduced) default section * Fix expectations for scenario test * Fix style guide compatibility
9 lines
94 B
INI
9 lines
94 B
INI
[default]
|
|
orphan = exists
|
|
|
|
[connection]
|
|
host = 127.0.0.1
|
|
|
|
[software]
|
|
packages = nginx, nodejs
|