Merge branch 'Jip-Hop:main' into main
This commit is contained in:
commit
06e47196db
2
jlmkr.py
2
jlmkr.py
|
@ -171,7 +171,7 @@ def start_jail(jail_name):
|
||||||
f"--bind={file_path}")
|
f"--bind={file_path}")
|
||||||
else:
|
else:
|
||||||
systemd_nspawn_additional_args.append(
|
systemd_nspawn_additional_args.append(
|
||||||
f"--bind-ro=={file_path}")
|
f"--bind-ro={file_path}")
|
||||||
|
|
||||||
cmd = ['systemd-run',
|
cmd = ['systemd-run',
|
||||||
*shlex.split(config.get('systemd_run_default_args', '')),
|
*shlex.split(config.get('systemd_run_default_args', '')),
|
||||||
|
|
Loading…
Reference in New Issue