Update ru

This commit is contained in:
2025-10-19 18:11:56 +08:00
committed by GitHub
parent 5d8e3d1a9f
commit 6437d3b1f3

4
ru
View File

@@ -40,7 +40,11 @@ sleep 1
docker compose -p my_rustdesk_project -f /boot/脚本/ru.yaml up -d
while true; do
if docker ps | grep -q "my_rustdesk_project-rustdesk-1"; then
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"
echo "RustDesk管理员账号: admin"
echo "RustDesk管理员密码: 3459635287"
break
else