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

proxy shell script: add quotes

This commit is contained in:
Starbeamrainbowlabs 2019-08-06 11:23:18 +01:00
parent f1df9364cd
commit 5d7b45b8e2
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

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