summaryrefslogtreecommitdiff
path: root/host-control
diff options
context:
space:
mode:
Diffstat (limited to 'host-control')
-rwxr-xr-xhost-control2
1 files changed, 1 insertions, 1 deletions
diff --git a/host-control b/host-control
index 3adfcee..d0ad0de 100755
--- a/host-control
+++ b/host-control
@@ -446,4 +446,4 @@ class host_control():
return 0
if __name__ == "__main__":
- host_control().main()
+ sys.exit(host_control().main())