X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=handlers%2Fsys;h=e095b45f1958392bcdce7745483f8e0e738c47f3;hb=5c7bc95bc11f280d53cbe1de9e78c631f94fe108;hp=bc117c406d899039039ffb3952114c38bd4d86b1;hpb=581049b6b103ed64c7a7ccb7b364a9d9b1597495;p=matthijs%2Fupstream%2Fbackupninja.git 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"