1
0
Fork 0
mirror of https://github.com/sbrl/PolyFeed.git synced 2024-06-01 06:33:02 +00:00

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

View file

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