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-04-04 14:43:02 -04:00
parent 7286aefd19
commit 3ac1a93dae

View file

@ -29,7 +29,7 @@ then
continue continue
fi fi
echo "-map ${PWD}/${file} flatpak/${file}" echo "-map ${PWD}/${file} flatpak/${file}"
echo "-chmod 0444 ${file}" echo "-chmod 0444 flatpak/${file}"
done done
popd > /dev/null popd > /dev/null
fi fi