mrrl-containers

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

commit 490abf87cbf15d95ea3cddb2df5b1bdafe8e9760
parent ed4a47edc46d7521ec74f493e6919d823f98a5a6
Author: ccx <ccx@te2000.cz>
Date:   Sat, 20 Apr 2024 13:33:30 +0000

Fix brackets

Diffstat:
Mzsh-functions/confz_site_containers_init | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/zsh-functions/confz_site_containers_init b/zsh-functions/confz_site_containers_init @@ -34,8 +34,8 @@ confz_site_containers_usersvc_simple_check() { dst_el=\"${${dst//\\/\\\\}//\"/\\\"}\" pid1_el_lines+=( "if { mkdir -p $dst_el }" - "if { s6-mount -r -o bind,nodev,nosuid $src_el $dst_el )" - "if { s6-mount -o remount,ro,nodev,nosuid $dst_el )" + "if { s6-mount -r -o bind,nodev,nosuid $src_el $dst_el }" + "if { s6-mount -o remount,ro,nodev,nosuid $dst_el }" ) done fi @@ -50,8 +50,8 @@ confz_site_containers_usersvc_simple_check() { dst_el=\"${${dst//\\/\\\\}//\"/\\\"}\" pid1_el_lines+=( "if { mkdir -p $dst_el }" - "if { s6-mount -r -o bind,nodev,nosuid $src_el $dst_el )" - "if { s6-mount -o remount,rw,nodev,nosuid $dst_el )" + "if { s6-mount -r -o bind,nodev,nosuid $src_el $dst_el }" + "if { s6-mount -o remount,rw,nodev,nosuid $dst_el }" ) done fi