summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlaunch.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/launch.sh b/launch.sh
index dada7b94..799b92f6 100755
--- a/launch.sh
+++ b/launch.sh
@@ -1,3 +1,4 @@
#!/usr/bin/env sh
-python3 src/poezio.py "$@"
+exec python3 src/poezio.py "$@"
+