Skip to content

Commit

Permalink
Update recover_vless.py
Browse files Browse the repository at this point in the history
  • Loading branch information
abandonstudy authored Jul 18, 2024
1 parent 53fa3bc commit 2badf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vless/recover_vless.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def send_telegram_message(token, chat_id, message):
summary_message = "serv00-vless 恢复操作结果:\n"

# 默认恢复命令
default_restore_command = "~/.npm-global/bin/pm2 start ./domains/proxy.weiziyu.us.kg/vless/app.js --name vless"
default_restore_command = "~/.npm-global/bin/pm2 start ~/domains/weiziyu.us.kg/vless/app.js --name vless"

# 遍历服务器列表并执行恢复操作
for server in servers:
Expand Down

0 comments on commit 2badf65

Please sign in to comment.