From 95b66c254d16c665b7ebc83e4b38a88c53bf488a Mon Sep 17 00:00:00 2001 From: Philip Mueller Date: Fri, 26 May 2023 13:02:47 +0200 Subject: [PATCH] [util-yaml] update script --- lib/util-yaml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util-yaml.sh b/lib/util-yaml.sh index 7a747c4..9ec12bc 100644 --- a/lib/util-yaml.sh +++ b/lib/util-yaml.sh @@ -81,7 +81,7 @@ write_services_conf(){ if [ ! $(grep "services: \[\]" ${check} | wc -l) -eq 0 ]; then echo 'services:' >> "$conf" else - echo 'units:' + echo 'units:' >> "$conf" fi for s in ${enable_systemd[@]}; do if [ ! $(grep "services: \[\]" ${check} | wc -l) -eq 0 ]; then