summaryrefslogtreecommitdiff
path: root/data-sync
diff options
context:
space:
mode:
authorPaul Kocialkowski2023-01-28 18:07:32 +0100
committerPaul Kocialkowski2023-01-28 19:35:57 +0100
commit9e3ca972f4de3c7b198b7583032518efc8efe449 (patch)
treed58d8727db7d46c1099a4f06e2d5334554c04ee0 /data-sync
parent7d4147617999505c5d5e8b81e7c1b07016c5faa5 (diff)
Exit with main return code when provided
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'data-sync')
-rwxr-xr-xdata-sync2
1 files changed, 1 insertions, 1 deletions
diff --git a/data-sync b/data-sync
index a505a38..1e7af02 100755
--- a/data-sync
+++ b/data-sync
@@ -215,4 +215,4 @@ class data_sync():
return ret
if __name__ == "__main__":
- data_sync().main()
+ sys.exit(data_sync().main())