mrrl-containers

MRRL version of container scripts
git clone https://ccx.te2000.cz/git/mrrl-containers
Log | Files | Refs

commit 21d8446e2d48a69b9da8e5b5efd8d29ff67f0426
parent e73c01ecc6cb81700397e7265c507adfe5a4a719
Author: ccx <ccx@te2000.cz>
Date:   Tue,  6 May 2025 13:18:38 +0000

Fix execline syntax

Diffstat:
Mservice_scripts/generic/run | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/service_scripts/generic/run b/service_scripts/generic/run @@ -58,7 +58,7 @@ if { } } -foreground { printf "Seccomp profile to be used: } +foreground { printf "Seccomp profile to be used:" } foreground { ls -lhA /mnt/ns/bin/seccomp-${CONTAINER_SECCOMP_PROFILE}.bpf }