Skip to content

Commit 889caff

Browse files
committed
fix: mtproxy
1 parent d607b00 commit 889caff

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

hiddify-panel/src

Submodule src updated from 78aa7cc to 45a1c9f

other/telegram/telemt/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ download_package telemt telemt.tar.gz
44
if [ "$?" == "0" ] || ! is_installed ./telemt; then
55
tar -xf telemt.tar.gz || exit 1
66
rm -rf telemt.tar.gz
7+
set_installed_version telemt
78
fi
89

910

other/telegram/telemt/mtproxy.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ After=network.target
55
[Service]
66
Type=simple
77
WorkingDirectory=/opt/hiddify-manager/other/telegram/telemt/
8-
ExecStart=./telemt ./config.toml
8+
ExecStart=/opt/hiddify-manager/other/telegram/telemt ./config.toml
99
Restart=on-failure
1010
LimitNOFILE=65536
1111

0 commit comments

Comments
 (0)