proxy shell script: use exec

This commit is contained in:
Starbeamrainbowlabs 2019-08-06 11:22:41 +01:00
parent 626cd8b2e1
commit f1df9364cd
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
mono /usr/lib/polyfeed/PolyFeed.exe $@;
exec mono /usr/lib/polyfeed/PolyFeed.exe $@;