mirror of
https://github.com/proot-me/proot.git
synced 2025-08-28 16:43:49 +02:00
5 lines
143 B
Bash
5 lines
143 B
Bash
if [ ! -x ${ROOTFS}/bin/exec-m32 ] || [ ! -x ${ROOTFS}/bin/true ]; then
|
|
exit 125;
|
|
fi
|
|
|
|
${PROOT} ${ROOTFS}/bin/exec-m32 ${ROOTFS}/bin/true
|