projects
/
matthijs
/
upstream
/
backupninja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
581049b
)
Fixed sys handler bracket problem
author
Micah Anderson
<micah@riseup.net>
Tue, 19 Jul 2005 15:24:50 +0000
(15:24 +0000)
committer
Micah Anderson
<micah@riseup.net>
Tue, 19 Jul 2005 15:24:50 +0000
(15:24 +0000)
handlers/sys
patch
|
blob
|
history
diff --git
a/handlers/sys
b/handlers/sys
index bc117c406d899039039ffb3952114c38bd4d86b1..e095b45f1958392bcdce7745483f8e0e738c47f3 100755
(executable)
--- 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"