mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
exclude dirs
This commit is contained in:
parent
145893e327
commit
a713be21d3
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ then
|
|||
fi
|
||||
|
||||
pushd "${PWD}/../container" > /dev/null
|
||||
for file in $(find container)
|
||||
for file in $(find container -type f)
|
||||
do
|
||||
echo "-map ${PWD}/${file} ${file}"
|
||||
echo "-chmod 0444 ${file}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue