aboutsummaryrefslogtreecommitdiff
path: root/lib/vserver.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vserver.in')
-rw-r--r--lib/vserver.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vserver.in b/lib/vserver.in
index 8a585bf..8ac7b7e 100644
--- a/lib/vserver.in
+++ b/lib/vserver.in
@@ -63,7 +63,7 @@ init_vservers() {
"vservers enabled in $conffile, but VROOTDIR ($VROOTDIR) does not exist.";
return
fi
- found_vservers=`ls $VROOTDIR | grep -E -v "lost+found|ARCHIVES" | tr "\n" " "`
+ found_vservers=`ls $VROOTDIR | grep -E -v "lost\+found|ARCHIVES" | tr "\n" " "`
if [ -z "$found_vservers" ]; then
`if [ "$arg" = nodialog ]; then echo warning; else echo "msgBox warning"; fi` \
"vservers enabled in $conffile, but no vserver was found in $VROOTDIR.";