Make podlaunch exec into the python script

This commit is contained in:
Benedikt Ziemons 2020-11-14 23:45:12 +01:00
parent 78cb7e90cd
commit 4eb083e0bb
Signed by: ben
GPG key ID: 0F54A7ED232D3319

View file

@ -1,2 +1,2 @@
#!/bin/sh
/usr/bin/env python3 $(dirname $0)/../lib/podlaunch/main.py $@
exec env python3 $(dirname $0)/../lib/podlaunch/main.py $@