Skip to content

Commit

Permalink
Small (but important) fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
spark404 authored and wilderrodrigues committed Mar 16, 2015
1 parent 574fa2c commit 683e660
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions systemvm/patches/debian/config/opt/cloud/bin/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
from cs_ip import merge
import CsHelper
from CsNetfilter import CsNetfilters
from fcntl import flock, LOCK_EX, LOCK_UN

fw = []

Expand Down
4 changes: 2 additions & 2 deletions systemvm/patches/debian/config/opt/cloud/bin/update_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@

if run.returncode:
print "stdout >>"
print run.stdout
print run.stdout.read()
print "stderr >>"
print run.stderr
print run.stderr.read()
else:
print "Convergence is achieved - you have been assimilated!"

Expand Down

0 comments on commit 683e660

Please sign in to comment.