From 4ac925e1edce1e8bb621bb36bdc41d140998563d Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Mon, 22 Jul 2024 12:40:07 +0200 Subject: [PATCH] remove time command at replace loop --- docker/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/init.sh b/docker/init.sh index 3ff7f15..0d9933b 100755 --- a/docker/init.sh +++ b/docker/init.sh @@ -201,7 +201,7 @@ function _generateFiles(){ local _tmpfile=/tmp/newfilecontent$$.tmp h2 "generate files from templates..." - time for mytpl in templates/* + for mytpl in templates/* do # h3 $mytpl local _doReplace=1 -- GitLab