mirror of
https://github.com/sbrl/PolyFeed.git
synced 2024-11-14 05:13:00 +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
|
||||
|
||||
exec mono /usr/lib/polyfeed/PolyFeed.exe $@;
|
||||
exec mono /usr/lib/polyfeed/PolyFeed.exe "$@";
|
||||
|
|
Loading…
Reference in a new issue