new patch
This commit is contained in:
@ -1,5 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd dist/systemd/system && \
|
||||
sed -i 's|/usr/local/etc/v2ray/|/etc/v2ray/|g' v2ray.service v2ray@.service && \
|
||||
sed -i \
|
||||
's|/usr/local/etc/v2ray/|/etc/v2ray/|g' \
|
||||
v2ray.service v2ray@.service && \
|
||||
sed -i \
|
||||
's|ExecStart=/usr/local/bin/v2ray|ExecStart=/usr/bin/v2ray|g' \
|
||||
v2ray.service v2ray@.service && \
|
||||
echo "Patched successfully" || echo "Patch failed" >&2
|
||||
Reference in New Issue
Block a user