diff options
Diffstat (limited to 'lib/vserver.in')
| -rw-r--r-- | lib/vserver.in | 2 | 
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.";       | 
