confz

git mirror of https://ccx.te2000.cz/bzr/confz
git clone https://ccx.te2000.cz/git/confz
Log | Files | Refs

commit c5498d9408169bef84899e53beab733a097adde4
parent 721f6d27135bd14a4735c672de7a17521d9fe667
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date:   Thu,  2 Feb 2017 01:53:52 +0100

fix parameter name
Diffstat:
Mzsh-functions/confz_fs_init | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zsh-functions/confz_fs_init b/zsh-functions/confz_fs_init @@ -559,7 +559,7 @@ confz_bind_mounted_do() { # create LVM2 logical volume, and make sure it's in fstab and mounted confz_mounted_volume_check() { checkvars mountpoint - defvar lv_name ${${mountpoint//\//_}##_} + defvar lv_name ${${${vars[mountpoint]}##/}//\//_} defvar filesystem xfs defvar label ${${vars[lv_name]}[1,12]}