Skip to content

Commit

Permalink
Code & Features Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaneltitane committed Sep 19, 2023
1 parent 5ad633f commit af64aa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions container-image
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ image_extract () {
--exclude='proc' \
--exclude='sys' \
--exclude='system' \
--directory="${2}" 2> /dev/null
--directory="${2}" 2> "${sink}"
}

core_extract () {
Expand All @@ -380,7 +380,7 @@ image_extract () {
--exclude='proc' \
--exclude='sys' \
--exclude='system' \
--directory="${2}" 2> /dev/null
--directory="${2}" 2> "${sink}"

}

Expand Down

0 comments on commit af64aa3

Please sign in to comment.