Merge branch 'Jip-Hop:main' into main

This commit is contained in:
Basti Qdoba 2023-02-27 22:08:57 +01:00 committed by GitHub
commit 06e47196db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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', '')),