commit 2d27b577db8d0b5924d1c0f6c87571a71d675df8
parent 72056027c6e45fded2f19297ab16e1a4c5ae0bbf
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date: Fri, 22 Feb 2019 08:23:18 +0100
Allow lost+found when deploying vservers.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zsh-functions/confz_vserver_init b/zsh-functions/confz_vserver_init
@@ -10,7 +10,7 @@ zmodload -F zsh/stat b:zstat
# deploy filesystem image from directory, rsync or tarball
confz_deployed_system_check() {
checkvars path source
- defvar ignore_pattern ''
+ defvar ignore_pattern 'lost+found'
local existing_entries
fail_reason="${vars[path]}/.confz_deployed missing"