Skip to content
Snippets Groups Projects
Commit 5c7bc95b authored by micah's avatar micah :speech_balloon:
Browse files

Fixed sys handler bracket problem

parent 581049b6
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment