From 18ce522cab15bb26d52dad6a6c00aaa1b8f8e594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= Date: Mon, 10 Apr 2023 15:43:56 +0700 Subject: [PATCH] [util-yaml] fix if routine --- 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 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"