mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
fix dir
This commit is contained in:
parent
72b95758a6
commit
de7f1011c0
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ echo "-chmod 0444 EFI/BOOT/grub.cfg"
|
|||
|
||||
if [[ -n "${FLATPAK_DIR}" ]]
|
||||
then
|
||||
pushd ${FLATPAK_DIR}/flatpak > /dev/null
|
||||
pushd ${FLATPAK_DIR} > /dev/null
|
||||
for file in $(find *)
|
||||
do
|
||||
echo "-map $(pwd)/${file} flatpak/${file}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue