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