From bd6cd0297e37027f23832f8dec344ca4db3e890a Mon Sep 17 00:00:00 2001 From: Fulgurance Date: Fri, 6 Dec 2024 17:03:12 +0000 Subject: [PATCH] Removed non existent function --- ISM/CommandLine.cr | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ISM/CommandLine.cr b/ISM/CommandLine.cr index e438663..d45e9df 100644 --- a/ISM/CommandLine.cr +++ b/ISM/CommandLine.cr @@ -2786,8 +2786,6 @@ module ISM end def runChrootTasks(chrootTasks, quiet = false) : Process::Status - recordSystemCall(command: "#{{% @def.receiver %}}.#{{% @def.name %}}") - quietMode = (quiet ? Process::Redirect::Close : Process::Redirect::Inherit) File.write(@settings.rootPath+ISM::Default::Filename::Task, chrootTasks) @@ -2824,8 +2822,6 @@ module ISM environmentCommand += "#{key}=\"#{environment[key]}\" " end - recordSystemCall(command, path, environment) - if @settings.installByChroot chrootCommand = <<-CODE #!/bin/bash