Fixed sys handler bracket problem

This commit is contained in:
Micah Anderson 2005-07-19 15:24:50 +00:00
parent 581049b6b1
commit 5c7bc95bc1

View File

@ -49,7 +49,7 @@ if [ "$packages" == "yes" ]; then
for vserver in `ls $VROOTDIR |grep -v lost+found`
do
running=`vserver-info $vserver RUNNING`
if [ $running = 1]; then
if [ $running = 1 ]; then
if [ ! -x "`$VSERVER $vserver exec which dpkg`" ]; then
warning "can't find dpkg in vserver $vserver, skipping installed packages report."
nodpkg="$nodpkg $vserver"