From 45711e79c55c9c29feccb6560048bb2398292bcf Mon Sep 17 00:00:00 2001 From: Rezart Qelibari Date: Mon, 28 Feb 2022 08:27:04 +0200 Subject: [PATCH] Log install module call --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index e2786f5..189ce4e 100755 --- a/install.sh +++ b/install.sh @@ -217,6 +217,7 @@ function installModules() { local mod moduleOptions for mod in ${modulesToInstall}; do generateModuleOptions + lop debug "Running ${mod}" debug "with ${#moduleOptions} args: ${moduleOptions}" runModule "${mod}" ${moduleOptions} done }