1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

remove unnecessary changes

This commit is contained in:
Jason N. 2024-05-09 13:13:57 -04:00
parent 5bdd251680
commit 52679d67ab
9 changed files with 6 additions and 50 deletions

View file

@ -44,12 +44,10 @@ then
fi
pushd "${PWD}/../container" > /dev/null
for file in $(find container -type f)
for file in $(find "${IMAGE_NAME}-${IMAGE_TAG}" -type f)
do
echo "-map ${PWD}/${file} ${file}"
echo "-chmod 0444 ${file}"
done
popd > /dev/null
echo "-map ${PWD}/temp.ks temp.ks"
echo "-chmod 0444 temp.ks"
echo "-end"