Skip to content
This repository was archived by the owner on Aug 22, 2021. It is now read-only.

Commit 0126135

Browse files
committed
fix typo
1 parent 2eb3f60 commit 0126135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2sub.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ install_api() {
127127
get_docker
128128

129129
# set up api
130-
wget -q wget -q https://raw.githubusercontent.com/phlinhng/v2ray-tcp-tls-web/${branch}/config/pref.ini -O /tmp/pref.ini
130+
wget -q https://raw.githubusercontent.com/phlinhng/v2ray-tcp-tls-web/${branch}/config/pref.ini -O /tmp/pref.ini
131131
sed -i "s/FAKECONFIGPREFIX/https:\/\/${api_domain}/g" /tmp/pref.ini
132132
mv /tmp/pref.ini /usr/local/etc/v2script/pref.ini
133133

0 commit comments

Comments
 (0)