summaryrefslogtreecommitdiff
path: root/etc/setup.d/15binfmt
diff options
context:
space:
mode:
Diffstat (limited to 'etc/setup.d/15binfmt')
-rw-r--r--etc/setup.d/15binfmt8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/setup.d/15binfmt b/etc/setup.d/15binfmt
index 400acc9b..ad1776b2 100644
--- a/etc/setup.d/15binfmt
+++ b/etc/setup.d/15binfmt
@@ -38,10 +38,10 @@ shell="${CHROOT_PATH}/bin/sh"
for emulator in $(update-binfmts --find "$shell"); do
dst="${CHROOT_PATH}$emulator"
if [ ! -e "$emulator" ]; then
- info "Missing emulator: $emulator; not enabling binfmt support"
+ info "Missing emulator: $emulator; not enabling binfmt support"
else
- [ -e "$dst" ] || touch "$dst"
- mount --bind "$emulator" "$dst"
- mount -o remount,ro,bind "$dst"
+ [ -e "$dst" ] || touch "$dst"
+ mount --bind "$emulator" "$dst"
+ mount -o remount,ro,bind "$dst"
fi
done