commit e2b6955790e32da87b10e53e2bfcf125dfc5ca2c parent 8f31951e68f6acc98c2c70d8db0b091fd57524c4 Author: Jan Pobrislo <ccx@webprojekty.cz> Date: Tue, 21 Apr 2015 02:04:09 +0200 extlinux touch file Diffstat:
| M | zsh-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 @@ -444,7 +444,7 @@ confz_mounted_volume_check() { # install extlinux confz_extlinux_check() { checkvars directory - defvar install_touch_file $vars[directory]/.extlinux${${vars[device]}//\//.} + defvar install_touch_file $vars[directory]/.extlinux_installed [[ -e $vars[install_touch_file] ]] return $? }