From 55736e83db64dda54d5115f4561253f7b077eb88 Mon Sep 17 00:00:00 2001 From: xzx3344521 Date: Sun, 19 Oct 2025 18:12:33 +0800 Subject: [PATCH] Fix output address port in RustDesk script --- ru | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ru b/ru index 6dc47b2..6c6cb11 100644 --- a/ru +++ b/ru @@ -43,7 +43,7 @@ while true; do ip=$(ip -4 addr show scope global | grep -oP 'inet \K[\d.]+' | head -n 1) printf "访问地址: %s:3344\n" "$ip" docker exec -it my_rustdesk_project-rustdesk-1 sh -c './apimain reset-admin-pwd 3459635287' - rintf "访问地址: %s:3344\n" "$ip" + rintf "访问地址: %s:21114\n" "$ip" echo "RustDesk管理员账号: admin" echo "RustDesk管理员密码: 3459635287" break