aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/vserver.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vserver.in b/lib/vserver.in
index 30b2dfb..113e7bf 100644
--- a/lib/vserver.in
+++ b/lib/vserver.in
@@ -30,7 +30,7 @@ init_vservers() {
getconf vservers no
getconf VSERVERINFO /usr/sbin/vserver-info
getconf VSERVER /usr/sbin/vserver
- getconf VROOTDIR `if [ -f "$VSERVERINFO" ]; then $VSERVERINFO info SYSINFO |grep vserver-Rootdir | awk '{print $2}'; fi`
+ getconf VROOTDIR `if [ -x "$VSERVERINFO" ]; then $VSERVERINFO info SYSINFO | grep '^ *vserver-Rootdir' | awk '{print $2}'; fi`
# init this library's global variables
vservers_are_available=no
found_vservers=