From: micah Date: Tue, 19 Jul 2005 15:24:50 +0000 (+0000) Subject: Fixed sys handler bracket problem X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=62944db14ced6c4bbe3954ad18dfe109515fe942;p=matthijs%2Fupstream%2Fbackupninja.git Fixed sys handler bracket problem git-svn-id: http://code.autistici.org/svn/backupninja/trunk@147 758a04ac-41e6-0310-8a23-8373a73cc35d --- 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"