mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
update test
This commit is contained in:
parent
f16d8e4e0b
commit
327999d887
4 changed files with 26 additions and 63 deletions
|
|
@ -22,7 +22,6 @@ popd > /dev/null
|
|||
if [[ -n "${FLATPAK_DIR}" ]]
|
||||
then
|
||||
pushd "${FLATPAK_DIR}" > /dev/null
|
||||
chmod -R ugo=rX .
|
||||
for file in $(find repo)
|
||||
do
|
||||
if [[ "${file}" == "repo/.lock" ]]
|
||||
|
|
@ -30,6 +29,7 @@ then
|
|||
continue
|
||||
fi
|
||||
echo "-map ${PWD}/${file} flatpak/${file}"
|
||||
echo "-chmod 0444 ${file}"
|
||||
done
|
||||
popd > /dev/null
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue