From 488315a4ed87ecf23525ae5a24ae78b0c9ebf8f9 Mon Sep 17 00:00:00 2001 From: Philip Mueller Date: Thu, 8 Jun 2023 09:52:25 +0200 Subject: [PATCH] [buildiso] be more verbose with systemd timers --- bin/buildiso.in | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/buildiso.in b/bin/buildiso.in index ba071f5..7c82d19 100644 --- a/bin/buildiso.in +++ b/bin/buildiso.in @@ -50,6 +50,7 @@ show_profile(){ [[ -n ${smb_workgroup} ]] && msg2 "smb_workgroup: %s" "${smb_workgroup}" msg2 "enable_systemd: %s" "${enable_systemd[*]}" + msg2 "enable_systemd_timers: %s" "${enable_systemd_timers[*]}" msg2 "enable_systemd_live: %s" "${enable_systemd_live[*]}" [[ -n ${disable_systemd[*]} ]] && msg2 "disable_systemd: %s" "${disable_systemd[*]}"