[util-yaml] fix if routine

This commit is contained in:
Philip Müller 2023-04-10 15:43:56 +07:00
parent 8325693818
commit 18ce522cab

View file

@ -88,8 +88,8 @@ write_services_conf(){
echo " - name: $s" >> "$conf"
echo ' mandatory: false' >> "$conf"
echo '' >> "$conf"
fi
done
fi
echo 'targets:' >> "$conf"
echo ' - name: "graphical"' >> "$conf"
echo ' mandatory: true' >> "$conf"