Update jlmkr.py

This commit is contained in:
Jip-Hop 2023-02-27 21:12:39 +01:00
parent 1de5425015
commit 4b1d881a95
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ def start_jail(jail_name):
f"--bind={file_path}")
else:
systemd_nspawn_additional_args.append(
f"--bind-ro=={file_path}")
f"--bind-ro={file_path}")
cmd = ['systemd-run',
*shlex.split(config.get('systemd_run_default_args', '')),