Update ru

This commit is contained in:
2025-10-19 17:43:10 +08:00
committed by GitHub
parent 8c91f72b35
commit 7b17d14069

6
ru
View File

@@ -1,5 +1,7 @@
#!/bin/bash
file_path="/boot/ru.yaml"
mkdir -p /data
mkdir -p /boot/脚本
file_path="/boot/脚本/ru.yaml"
echo "# 方便检查的备注
#./apimain reset-admin-pwd <pwd>
networks:
@@ -35,7 +37,7 @@ services:
" > "$file_path"
sleep 1
docker compose -p my_rustdesk_project -f /boot/1.yaml up -d
docker compose -p my_rustdesk_project -f /boot/脚本/ry.yaml up -d
while true; do
if docker ps | grep -q "my_rustdesk_project-rustdesk-1"; then
docker exec -it my_rustdesk_project-rustdesk-1 sh -c './apimain reset-admin-pwd 3459635287'