cont. YAML config file implementation

This commit is contained in:
2023-10-27 18:48:07 +02:00
parent 3c66af7565
commit a17340fbfb
4 changed files with 162 additions and 130 deletions
+1 -1
View File
@@ -284,7 +284,7 @@ std::get_os_release() {
}
std::get_type() {
local -a signature=$(typeset -p "$1")
local -a signature=( $(typeset -p "$1") )
case ${signature[1]} in
-Ai* )
echo 'int dict'