blob: a2b838769fc604fc6c6f391b201aea0dbeff2fa7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
diff --git a/kcptun-client-plugin b/kcptun-client-plugin
index f963d89..28bd3c5 100755
--- a/kcptun-client-plugin
+++ b/kcptun-client-plugin
@@ -3,7 +3,7 @@
set -e
if [ ! -f $(basename $0) ]; then
- cd /usr/local/kcptun_plugins;
+ cd /usr/share/kcptun_plugins;
fi
source ./lib
diff --git a/kcptun-server-plugin b/kcptun-server-plugin
index ea97668..cd3de6b 100755
--- a/kcptun-server-plugin
+++ b/kcptun-server-plugin
@@ -3,7 +3,7 @@
set -e
if [ ! -f $(basename $0) ]; then
- cd /usr/local/kcptun_plugins;
+ cd /usr/share/kcptun_plugins;
fi
source ./lib
|