1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00
This commit is contained in:
Jason N. 2024-03-25 17:27:48 -04:00
parent 72b95758a6
commit de7f1011c0

View file

@ -12,7 +12,7 @@ echo "-chmod 0444 EFI/BOOT/grub.cfg"
if [[ -n "${FLATPAK_DIR}" ]] if [[ -n "${FLATPAK_DIR}" ]]
then then
pushd ${FLATPAK_DIR}/flatpak > /dev/null pushd ${FLATPAK_DIR} > /dev/null
for file in $(find *) for file in $(find *)
do do
echo "-map $(pwd)/${file} flatpak/${file}" echo "-map $(pwd)/${file} flatpak/${file}"