We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5841b30 commit 050c4bcCopy full SHA for 050c4bc
build.sh
@@ -968,9 +968,7 @@ make_tarball() {
968
# Run script
969
mount_airootfs
970
if [[ -f "${airootfs_dir}/root/optimize_for_tarball.sh" ]]; then
971
- chmod 755 "${airootfs_dir}/root/optimize_for_tarball.sh"
972
- # Execute optimize_for_tarball.sh.
973
- _chroot_run "/root/optimize_for_tarball.sh -u ${username}"
+ _chroot_run "bash /root/optimize_for_tarball.sh -u ${username}"
974
fi
975
976
_cleanup_common
0 commit comments