Use exec in launch.sh
This commit is contained in:
parent
8be400792a
commit
81143e7125
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
python3 src/poezio.py "$@"
|
||||
exec python3 src/poezio.py "$@"
|
||||
|
||||
|
|
Loading…
Reference in a new issue