File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
cidata/cidata.TEMPLATE.d/boot Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ if [ "$LIMA_CIDATA_ROSETTA_BINFMT" = "true" ]; then
2727 [ ! -d " $( dirname " $binfmtd_conf " ) " ] || [ -f " $binfmtd_conf " ] || echo " $rosetta_binfmt " > " $binfmtd_conf "
2828else
2929 # unregister rosetta from binfmt_misc if it exists
30- [ ! -f " $binfmt_entry " ] || echo -1 | " $binfmt_entry "
30+ [ ! -f " $binfmt_entry " ] || echo -1 > " $binfmt_entry "
3131 # remove binfmt.d(5) configuration if it exists
3232 [ ! -f " $binfmtd_conf " ] || rm " $binfmtd_conf "
3333fi
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ if [ "$LIMA_CIDATA_ROSETTA_BINFMT" = "true" ]; then
2727 [ ! -d " $( dirname " $binfmtd_conf " ) " ] || [ -f " $binfmtd_conf " ] || echo " $rosetta_binfmt " > " $binfmtd_conf "
2828else
2929 # unregister rosetta from binfmt_misc if it exists
30- [ ! -f " $binfmt_entry " ] || echo -1 | " $binfmt_entry "
30+ [ ! -f " $binfmt_entry " ] || echo -1 > " $binfmt_entry "
3131 # remove binfmt.d(5) configuration if it exists
3232 [ ! -f " $binfmtd_conf " ] || rm " $binfmtd_conf "
3333fi
You can’t perform that action at this time.
0 commit comments