summaryrefslogtreecommitdiff
path: root/host-control
diff options
context:
space:
mode:
authorPaul Kocialkowski2023-01-28 18:07:32 +0100
committerPaul Kocialkowski2023-01-28 19:35:57 +0100
commit9e3ca972f4de3c7b198b7583032518efc8efe449 (patch)
treed58d8727db7d46c1099a4f06e2d5334554c04ee0 /host-control
parent7d4147617999505c5d5e8b81e7c1b07016c5faa5 (diff)
Exit with main return code when provided
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
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())