Skip to content

Commit

Permalink
Removed non existent function
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgurance committed Dec 6, 2024
1 parent c8b9f72 commit bd6cd02
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ISM/CommandLine.cr
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -2824,8 +2822,6 @@ module ISM
environmentCommand += "#{key}=\"#{environment[key]}\" "
end

recordSystemCall(command, path, environment)

if @settings.installByChroot
chrootCommand = <<-CODE
#!/bin/bash
Expand Down

0 comments on commit bd6cd02

Please sign in to comment.