mirror of
https://github.com/sbrl/PolyFeed.git
synced 2024-11-14 05:13:00 +00:00
proxy shell script: use exec
This commit is contained in:
parent
626cd8b2e1
commit
f1df9364cd
1 changed files with 1 additions and 1 deletions
2
polyfeed
2
polyfeed
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
mono /usr/lib/polyfeed/PolyFeed.exe $@;
|
||||
exec mono /usr/lib/polyfeed/PolyFeed.exe $@;
|
||||
|
|
Loading…
Reference in a new issue