Skip to content

Commit e68938d

Browse files
committed
arreglito
1 parent d1cee73 commit e68938d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

install/hev-socks5-server-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ msg_ok "Installed Dependencies"
2727
# Setup App (build from source)
2828
msg_info "Setup ${APPLICATION}"
2929
RELEASE=$(curl -s https://api.github.com/repos/heiher/hev-socks5-server/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }')
30-
curl -L -o "${APP}" "https://github.com/heiher/hev-socks5-server/releases/download/${RELEASE}/hev-socks5-server-linux-x86_64"
30+
curl -L -o "${APPLICATION}" "https://github.com/heiher/hev-socks5-server/releases/download/${RELEASE}/hev-socks5-server-linux-x86_64"
3131
mv ${APPLICATION} /opt/${APPLICATION}
3232
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
3333

json/hev-socks5-server.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
{
3535
"text": "Default credentials stored at /root/hev.creds",
3636
"type": "info"
37+
},
38+
{
39+
"text": "Config stored at /etc/hev-socks5-server/main.yml",
40+
"type": "info"
3741
}
3842
]
3943
}

0 commit comments

Comments
 (0)