aboutsummaryrefslogtreecommitdiff
path: root/handlers/sys
diff options
context:
space:
mode:
Diffstat (limited to 'handlers/sys')
-rwxr-xr-xhandlers/sys2
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/sys b/handlers/sys
index bc117c4..e095b45 100755
--- a/handlers/sys
+++ b/handlers/sys
@@ -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"