Add minimal output when registering

parent d9ddc444
......@@ -356,6 +356,8 @@ def register(config):
save_former_config(config)
# Prepare Slapos Configuration
slapconfig(config)
print "Node has successfully been configured as %s." % COMP
return 0
def main():
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment