confz

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

commit 36c31fd25c301521457f74b921f73dde57b8c963
parent 37a4294a57c64f12f3bb0741a00f8ae623186b6c
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date:   Thu, 19 Jun 2014 20:05:11 +0200

fix mounted dep
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 @@ -114,7 +114,7 @@ confz_mounted_check() { grep -q "^${vars[device]} ${vars[mountpoint]} " /proc/mounts } -confz_mounted_check() { +confz_mounted_do() { mkdir -p ${vars[mountpoint]} || return $? mount "$@" ${vars[device]} ${vars[mountpoint]} }