clic-rpi-image/export-image/00-allow-rerun/00-run.sh
Serge Schneider ff2d5edee1 shellcheck
2018-03-13 12:50:50 +00:00

6 lines
131 B
Bash
Executable file

#!/bin/bash -e
if [ ! -x "${ROOTFS_DIR}/usr/bin/qemu-arm-static" ]; then
cp /usr/bin/qemu-arm-static "${ROOTFS_DIR}/usr/bin/"
fi