mirror of
https://github.com/sbrl/PolyFeed.git
synced 2024-11-23 06:33:01 +00:00
proxy shell script: add quotes
This commit is contained in:
parent
f1df9364cd
commit
5d7b45b8e2
1 changed files with 1 additions and 1 deletions
2
polyfeed
2
polyfeed
|
@ -1,3 +1,3 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
exec mono /usr/lib/polyfeed/PolyFeed.exe $@;
|
exec mono /usr/lib/polyfeed/PolyFeed.exe "$@";
|
||||||
|
|
Loading…
Reference in a new issue