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
1 changed files with 1 additions and 1 deletions

View File

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