diff --git a/lib/util-yaml.sh b/lib/util-yaml.sh index 66b11df..cc7716c 100644 --- a/lib/util-yaml.sh +++ b/lib/util-yaml.sh @@ -88,8 +88,8 @@ write_services_conf(){ echo " - name: $s" >> "$conf" echo ' mandatory: false' >> "$conf" echo '' >> "$conf" + done fi - done echo 'targets:' >> "$conf" echo ' - name: "graphical"' >> "$conf" echo ' mandatory: true' >> "$conf"