From 9f33b41c60396d4f367f288b871d98a4b898616b Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Thu, 16 Feb 2023 05:06:36 +0000 Subject: [PATCH] Update file executable_install-program --- home/dot_local/bin/executable_install-program | 1 + 1 file changed, 1 insertion(+) diff --git a/home/dot_local/bin/executable_install-program b/home/dot_local/bin/executable_install-program index cd153365..1605f2d9 100644 --- a/home/dot_local/bin/executable_install-program +++ b/home/dot_local/bin/executable_install-program @@ -1764,6 +1764,7 @@ async function installSoftware(pkgsToInstall) { for (const script of installOrdersPre) { await $`${script}` } + console.log(installOrdersGroups) installOrdersGroups.length && log('info', 'Users / Groups', `Adding groups / users`) for (const group of installOrdersGroups) { await addUserGroup(group)